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 /src/gtk-redshift/statusicon.py | |
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
Diffstat (limited to '')
-rw-r--r-- | src/gtk-redshift/statusicon.py | 1 |
1 files changed, 0 insertions, 1 deletions
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. |