Skip to content

Commit

Permalink
Revert python3 shebang to python
Browse files Browse the repository at this point in the history
  • Loading branch information
HuidaeCho committed Nov 12, 2019
1 parent 00006f8 commit e46dfea
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion grass7/display/d.vect.colbp/d.vect.colbp.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python
############################################################################
#
# MODULE: d.vect.colboxplot
Expand Down
2 changes: 1 addition & 1 deletion grass7/display/d.vect.colhist/d.vect.colhist.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python
############################################################################
#
# MODULE: d.vect.colhist
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python
# -*- coding: utf-8 -*-

"""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python
# -*- coding: UTF-8 -*-

"""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python
# -*- coding: utf-8 -*-

"""
Expand Down
2 changes: 1 addition & 1 deletion grass7/raster/r.flowfill/r.flowfill.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python
############################################################################
#
# MODULE: r.flowfill
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python
# -- coding: utf-8 --
#
############################################################################
Expand Down
2 changes: 1 addition & 1 deletion grass7/raster/r.hypso/r.hypso.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python
################################################################################
#
# MODULE: r.hypso.py
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python
############################################################################
#
# MODULE: r.richdem.breachdepressions
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python
############################################################################
#
# MODULE: r.richdem.filldepressions
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python
############################################################################
#
# MODULE: r.richdem.flowaccumulation
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python
############################################################################
#
# MODULE: r.richdem.resolveflats
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python
############################################################################
#
# MODULE: r.richdem.terrainattribute
Expand Down
2 changes: 1 addition & 1 deletion grass7/raster/r.roughness.vector/r.roughness.vector.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python
#-*- coding:utf-8 -*-
#
#
Expand Down
2 changes: 1 addition & 1 deletion grass7/raster/r.width.funct/r.width.funct.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python
################################################################################
#
# MODULE: r.width.funct
Expand Down
2 changes: 1 addition & 1 deletion grass7/vector/v.faultdirections/v.faultdirections.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python
############################################################################
#
# MODULE: v.faultdirections
Expand Down
2 changes: 1 addition & 1 deletion grass7/vector/v.surf.icw/v.surf.icw.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python
#############################################################################
#
# MODULE: v.surf.icw
Expand Down

0 comments on commit e46dfea

Please sign in to comment.