diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2010-08-18 20:06:49 +0200 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2010-08-18 20:06:49 +0200 |
commit | 7b884aed4e88fcbf1fa7618b4a585f577234e4a5 (patch) | |
tree | 98f468fb3b54f8a1c3dd1a695dee022a2f297acb | |
parent | Merge GUI optimization from Francesco Marella with a few tweaks. (diff) | |
download | redshift-ng-7b884aed4e88fcbf1fa7618b4a585f577234e4a5.tar.gz redshift-ng-7b884aed4e88fcbf1fa7618b4a585f577234e4a5.tar.bz2 redshift-ng-7b884aed4e88fcbf1fa7618b4a585f577234e4a5.tar.xz |
remove unnecessary shebang
-rw-r--r-- | src/gtk-redshift/__init__.py | 1 | ||||
-rw-r--r-- | src/gtk-redshift/defs.py.in | 1 | ||||
-rw-r--r-- | src/gtk-redshift/statusicon.py | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/src/gtk-redshift/__init__.py b/src/gtk-redshift/__init__.py index 51ab2ef..0e4f254 100644 --- a/src/gtk-redshift/__init__.py +++ b/src/gtk-redshift/__init__.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # __init__.py -- gtk-redshift package __init__ file # This file is part of Redshift. diff --git a/src/gtk-redshift/defs.py.in b/src/gtk-redshift/defs.py.in index d3ca5ed..026fefd 100644 --- a/src/gtk-redshift/defs.py.in +++ b/src/gtk-redshift/defs.py.in @@ -1,4 +1,3 @@ -#!/usr/bin/env python # defs.py -- GTK+ redshift local definitions # This file is part of Redshift. diff --git a/src/gtk-redshift/statusicon.py b/src/gtk-redshift/statusicon.py index 859a1b9..730fdb1 100644 --- a/src/gtk-redshift/statusicon.py +++ b/src/gtk-redshift/statusicon.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # statusicon.py -- GUI status icon source # This file is part of Redshift. |