diff options
author | necoro <> | 2006-09-27 20:26:44 +0000 |
---|---|---|
committer | necoro <> | 2006-09-27 20:26:44 +0000 |
commit | 5a8983f24fdef326cd3b54bbf9595a5457210554 (patch) | |
tree | b47beecf17144e407798d1f0a32b582fd44b322e /geneticone | |
parent | 550d3412fe7d5039a2f6bd521798284a820fbe26 (diff) | |
download | portato-5a8983f24fdef326cd3b54bbf9595a5457210554.tar.gz portato-5a8983f24fdef326cd3b54bbf9595a5457210554.tar.bz2 portato-5a8983f24fdef326cd3b54bbf9595a5457210554.zip |
Removed shebangs
Diffstat (limited to '')
-rw-r--r-- | geneticone/__init__.py | 2 | ||||
-rw-r--r-- | geneticone/gui/__init__.py | 2 | ||||
-rw-r--r-- | geneticone/helper.py | 2 | ||||
-rw-r--r-- | geneticone/package.py | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/geneticone/__init__.py b/geneticone/__init__.py index 5fe8e39..14c3c22 100644 --- a/geneticone/__init__.py +++ b/geneticone/__init__.py @@ -1,5 +1,3 @@ -#!/usr/bin/python - # # File: geneticone/__init__.py # This file is part of the Genetic/One-Project, a graphical portage-frontend. diff --git a/geneticone/gui/__init__.py b/geneticone/gui/__init__.py index 2dd06ec..d06940b 100644 --- a/geneticone/gui/__init__.py +++ b/geneticone/gui/__init__.py @@ -1,5 +1,3 @@ -#!/usr/bin/python - # # File: geneticone/gui/__init__.py # This file is part of the Genetic/One-Project, a graphical portage-frontend. diff --git a/geneticone/helper.py b/geneticone/helper.py index a8e55b1..0130160 100644 --- a/geneticone/helper.py +++ b/geneticone/helper.py @@ -1,5 +1,3 @@ -#!/usr/bin/python - # # File: geneticone/helper.py # This file is part of the Genetic/One-Project, a graphical portage-frontend. diff --git a/geneticone/package.py b/geneticone/package.py index 085d4c2..73355ed 100644 --- a/geneticone/package.py +++ b/geneticone/package.py @@ -1,5 +1,3 @@ -#!/usr/bin/python - # # File: geneticone/package.py # This file is part of the Genetic/One-Project, a graphical portage-frontend. |