Updated shebang to use python3 instead of python. v0.7.x
authorPascal Volk <user@localhost.localdomain.org>
Tue, 20 Nov 2012 13:55:46 +0000
branchv0.7.x
changeset 645 fcc3f100e56a
parent 644 d879f915c1c5
child 647 d91dd7bc8fce
Updated shebang to use python3 instead of python.
pgsql/set-permissions.py
setup.py
update_config.py
vmm
--- a/pgsql/set-permissions.py	Tue Nov 20 13:48:00 2012 +0000
+++ b/pgsql/set-permissions.py	Tue Nov 20 13:55:46 2012 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # coding: utf-8
 # Copyright 2012, Pascal Volk
 # See COPYING for distribution information.
--- a/setup.py	Tue Nov 20 13:48:00 2012 +0000
+++ b/setup.py	Tue Nov 20 13:55:46 2012 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 # Copyright 2007 - 2012, Pascal Volk
 # See COPYING for distribution information.
--- a/update_config.py	Tue Nov 20 13:48:00 2012 +0000
+++ b/update_config.py	Tue Nov 20 13:55:46 2012 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- coding: UTF-8 -*-
 # Copyright (c) 2008 - 2012, Pascal Volk
 # See COPYING for distribution information.
--- a/vmm	Tue Nov 20 13:48:00 2012 +0000
+++ b/vmm	Tue Nov 20 13:55:46 2012 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- coding: UTF-8 -*-
 # Copyright 2007 - 2012, Pascal Volk
 # See COPYING for distribution information.