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/user.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/user.py')
-rw-r--r-- | src/user.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/user.py b/src/user.py index 82a50dda..ce43aefa 100644 --- a/src/user.py +++ b/src/user.py @@ -1,4 +1,3 @@ -#!/usr/bin/python # -*- coding:utf-8 -*- # # Copyright 2010 Le Coz Florent <louizatakk@fedoraproject.org> |