Commit 89e9040a authored by Rabotin Michael's avatar Rabotin Michael
Browse files

Added Python3 used by default and minor modification of user manual

parent e1b0ec5c
No related merge requests found
Showing with 21 additions and 14 deletions
+21 -14
No preview for this file type
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
############################################################################ ############################################################################
# #
# MODULE: awk.py # MODULE: awk.py
...@@ -13,7 +16,7 @@ ...@@ -13,7 +16,7 @@
############################################################################# #############################################################################
# coding: utf-8
# this file contains the converted old awk scripts which were not portable (to windows) # this file contains the converted old awk scripts which were not portable (to windows)
......
# coding: utf-8 #!/usr/bin/env python3
# -*- coding: utf-8 -*-
############################################################################ ############################################################################
# #
# MODULE: grassUtils.py # MODULE: grassUtils.py
......
# coding: utf-8 #!/usr/bin/env python3
# -*- coding: utf-8 -*-
############################################################################ ############################################################################
......
# coding: utf-8 #!/usr/bin/env python3
# -*- coding: utf-8 -*-
############################################################################ ############################################################################
......
# coding: utf-8 #!/usr/bin/env python3
# -*- coding: utf-8 -*-
############################################################################ ############################################################################
# #
......
# coding: utf-8 #!/usr/bin/env python3
# -*- coding: utf-8 -*-
############################################################################ ############################################################################
......
#!/usr/bin/env python #!/usr/bin/env python3
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
#***************************************************************************** #*****************************************************************************
# $Id$ # $Id$
......
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
############################################################################ ############################################################################
# #
......
# coding: utf-8 #!/usr/bin/env python3
# -*- coding: utf-8 -*-
############################################################################ ############################################################################
# #
......
# coding: utf-8 #!/usr/bin/env python3
# -*- coding: utf-8 -*-
############################################################################ ############################################################################
# #
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment