diff options
author | Dominique Leuenberger <dominique@leuenberger.net> | 2010-06-02 00:34:16 +0200 |
---|---|---|
committer | Sam Spilsbury <SmSpillaz@gmail.com> | 2010-06-06 17:51:28 +0800 |
commit | e8214afbb4b642830a981a891c6889655f88dcc1 (patch) | |
tree | 2fb03b34fe9a3a34c905608968b7de6893246d0c | |
parent | ad91095d30ca7dd352aa6199d7f9912b1c417ca2 (diff) | |
download | ccsm-e8214afbb4b642830a981a891c6889655f88dcc1.tar.gz ccsm-e8214afbb4b642830a981a891c6889655f88dcc1.tar.bz2 |
A shebang is confusing in those files: they are a) installed -x, and as such the shebang is useless b) installed in a folder that is out of $PATH c) not meant to be started on their own. They are import(ed) by others.
-rw-r--r-- | ccm/Conflicts.py | 1 | ||||
-rw-r--r-- | ccm/Constants.py.in | 1 | ||||
-rw-r--r-- | ccm/Pages.py | 1 | ||||
-rw-r--r-- | ccm/Settings.py | 1 | ||||
-rw-r--r-- | ccm/Utils.py | 1 | ||||
-rw-r--r-- | ccm/Widgets.py | 1 | ||||
-rw-r--r-- | ccm/Window.py | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/ccm/Conflicts.py b/ccm/Conflicts.py index 8ae8f7b..abe3a40 100644 --- a/ccm/Conflicts.py +++ b/ccm/Conflicts.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: UTF-8 -*- # This program is free software; you can redistribute it and/or diff --git a/ccm/Constants.py.in b/ccm/Constants.py.in index f6e2c0e..a2934e6 100644 --- a/ccm/Constants.py.in +++ b/ccm/Constants.py.in @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: UTF-8 -*- # This program is free software; you can redistribute it and/or diff --git a/ccm/Pages.py b/ccm/Pages.py index 4ff897c..f9d4167 100644 --- a/ccm/Pages.py +++ b/ccm/Pages.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: UTF-8 -*- # This program is free software; you can redistribute it and/or diff --git a/ccm/Settings.py b/ccm/Settings.py index 9a1d077..619b1f5 100644 --- a/ccm/Settings.py +++ b/ccm/Settings.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: UTF-8 -*- # This program is free software; you can redistribute it and/or diff --git a/ccm/Utils.py b/ccm/Utils.py index d7fc256..cf62548 100644 --- a/ccm/Utils.py +++ b/ccm/Utils.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: UTF-8 -*- # This program is free software; you can redistribute it and/or diff --git a/ccm/Widgets.py b/ccm/Widgets.py index 51fe828..499b21b 100644 --- a/ccm/Widgets.py +++ b/ccm/Widgets.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: UTF-8 -*- # This program is free software; you can redistribute it and/or diff --git a/ccm/Window.py b/ccm/Window.py index 3246af4..9478f34 100644 --- a/ccm/Window.py +++ b/ccm/Window.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: UTF-8 -*- # This program is free software; you can redistribute it and/or |