Skip to content

Commit

Permalink
python3 everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
lbartoletti committed Jan 17, 2018
1 parent c033b34 commit 842083c
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion scripts/2to3
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import sys, os

from lib2to3.main import main
Expand Down
2 changes: 1 addition & 1 deletion scripts/context_help_id.py
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
"""
/***************************************************************************
context_help_id.py
Expand Down
2 changes: 1 addition & 1 deletion scripts/random_vector.py
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

# Generates random shapefile which may be used for benchmarks

Expand Down
2 changes: 1 addition & 1 deletion scripts/symbol_xml2db.py
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
"""
/***************************************************************************
symbol_xml2db.py
Expand Down
2 changes: 1 addition & 1 deletion scripts/widgets_tree.py
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

"""
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/grass/qgis_grass_test.py
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# -----------------------------------------------------------
#
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/grass/scripts/db.connect-login.pg.py
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

"""
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/grass/scripts/qgis.v.kernel.rast.py
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

"""
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/grass/scripts/qgis.v.upgrade.py
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

"""
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/grass/scripts/r.external.all.py
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

"""
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/grass/scripts/t.rast.what.qgis.py
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
############################################################################
#
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/grass/scripts/v.class.mlpy.qgis.py
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
############################################################################
#
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/grass/scripts/v.out.ogr.pg.py
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

"""
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/plugin_builder.py
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
"""
***************************************************************************
plugin_builder.py
Expand Down

0 comments on commit 842083c

Please sign in to comment.