diff options
author | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-07-22 22:24:29 +0000 |
---|---|---|
committer | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-07-22 22:24:29 +0000 |
commit | 2e5d089eda127976bd9527ab472bdadd4891ca8e (patch) | |
tree | 17975988ac287f8eadf39bd4060e83775b1b64ac /src/singleton.py | |
parent | 3afa155cfbc48198ba3d9821c5d0dae31084123d (diff) | |
download | poezio-2e5d089eda127976bd9527ab472bdadd4891ca8e.tar.gz poezio-2e5d089eda127976bd9527ab472bdadd4891ca8e.tar.bz2 poezio-2e5d089eda127976bd9527ab472bdadd4891ca8e.tar.xz poezio-2e5d089eda127976bd9527ab472bdadd4891ca8e.zip |
remove useless shebangs. Fixed 1669
Diffstat (limited to 'src/singleton.py')
-rw-r--r-- | src/singleton.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/singleton.py b/src/singleton.py index 4390bc0e..312d6d50 100644 --- a/src/singleton.py +++ b/src/singleton.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright 2009, 2010 Erwan Briand # Copyright 2010, Florent Le Coz <louizatakk@fedoraproject.org> |