changeset 482:999a438474f2

Changed Hashbangs to python3.
author Magnus Schieder <mschieder@intevation.de>
date Wed, 27 Jun 2018 11:54:56 +0200
parents 62373fad96eb
children d47e32e6b7e7
files getan.py getan/config.py getan/main.py getan/project.py getan/states.py scripts/getan-eval.py scripts/zeitsort.py setup.py
diffstat 8 files changed, 9 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/getan.py	Wed Jun 27 11:43:11 2018 +0200
+++ b/getan.py	Wed Jun 27 11:54:56 2018 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 #
 # (c) 2010 by Ingo Weinzierl <ingo.weinzierl@intevation.de>
--- a/getan/config.py	Wed Jun 27 11:43:11 2018 +0200
+++ b/getan/config.py	Wed Jun 27 11:54:56 2018 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 #
 # (c) 2010 by Ingo Weinzierl <ingo.weinzierl@intevation.de>
--- a/getan/main.py	Wed Jun 27 11:43:11 2018 +0200
+++ b/getan/main.py	Wed Jun 27 11:54:56 2018 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 #
 # (c) 2010 by Ingo Weinzierl <ingo.weinzierl@intevation.de>
--- a/getan/project.py	Wed Jun 27 11:43:11 2018 +0200
+++ b/getan/project.py	Wed Jun 27 11:54:56 2018 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 #
 # (c) 2008, 2009, 2010 by
--- a/getan/states.py	Wed Jun 27 11:43:11 2018 +0200
+++ b/getan/states.py	Wed Jun 27 11:54:56 2018 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 #
 # (c) 2010 by Ingo Weinzierl <ingo.weinzierl@intevation.de>
--- a/scripts/getan-eval.py	Wed Jun 27 11:43:11 2018 +0200
+++ b/scripts/getan-eval.py	Wed Jun 27 11:54:56 2018 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 #
 # (c) 2013, 2014 by Björn Ricks <bjoern.ricks@intevation.de>
--- a/scripts/zeitsort.py	Wed Jun 27 11:43:11 2018 +0200
+++ b/scripts/zeitsort.py	Wed Jun 27 11:54:56 2018 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 #
 # zeitsort
--- a/setup.py	Wed Jun 27 11:43:11 2018 +0200
+++ b/setup.py	Wed Jun 27 11:54:56 2018 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 #
 # (c) 2011, 2014 by Björn Ricks <bjoern.ricks@intevation.de>
@@ -40,6 +40,7 @@
       license="GPLv3+",
       long_description=read("README"),
       packages=find_packages(),
+      python_requires='>=3',
       package_data={
           "": ["*.txt"],
           "getan": ["templates/*"],
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)