summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-11-03 13:01:22 +0000
committerJavier Jardón <jjardon@gnome.org>2016-11-03 13:01:22 +0000
commitb87fb50e22d203a981cf6564c8171bd35f4c6c86 (patch)
tree7f3427001e37664c4e1f2b8ff27a6fe680f390ea
parentf5456ca98d28c227e08793d95c1ca63b9f64fce8 (diff)
downloadybd-jjardon/lc/py3.tar.gz
Change shebang to '#!/usr/bin/python3'jjardon/lc/py3
As per PEP 394: https://www.python.org/dev/peps/pep-0394/
-rwxr-xr-xkbas.py2
-rwxr-xr-xkbas/__main__.py2
-rw-r--r--setup.py2
-rwxr-xr-xybd.py2
-rwxr-xr-xybd/__main__.py2
-rw-r--r--ybd/defaults.py2
6 files changed, 6 insertions, 6 deletions
diff --git a/kbas.py b/kbas.py
index da8547c..544c93c 100755
--- a/kbas.py
+++ b/kbas.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# Copyright (C) 2015 Codethink Limited
#
# This program is free software; you can redistribute it and/or modify
diff --git a/kbas/__main__.py b/kbas/__main__.py
index 4445f67..a21cee4 100755
--- a/kbas/__main__.py
+++ b/kbas/__main__.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# Copyright (C) 2015-2016 Codethink Limited
#
# This program is free software; you can redistribute it and/or modify
diff --git a/setup.py b/setup.py
index aa2d8a0..aabe2c7 100644
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
from setuptools import setup
diff --git a/ybd.py b/ybd.py
index 933e315..f2f3f6f 100755
--- a/ybd.py
+++ b/ybd.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# Copyright (C) 2015 Codethink Limited
#
# This program is free software; you can redistribute it and/or modify
diff --git a/ybd/__main__.py b/ybd/__main__.py
index 59d5f83..315a9c1 100755
--- a/ybd/__main__.py
+++ b/ybd/__main__.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# Copyright (C) 2014-2016 Codethink Limited
#
# This program is free software; you can redistribute it and/or modify
diff --git a/ybd/defaults.py b/ybd/defaults.py
index 52fc16d..6e349de 100644
--- a/ybd/defaults.py
+++ b/ybd/defaults.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# Copyright (C) 2015-2016 Codethink Limited
#
# This program is free software; you can redistribute it and/or modify