aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorvolpino <fox91@anche.no>2012-07-26 10:57:11 +0200
committervolpino <fox91@anche.no>2012-07-26 10:57:38 +0200
commit3ef800b68dac2bcd928658b39e5e1026fc529443 (patch)
treeaae102e247654c9c88ee8f3fb0b43ba33e029f49 /bin
parenteuscan: Redesigning the handlers layout (diff)
parentdjeuscan: tweak admin.py (diff)
downloadeuscan-3ef800b68dac2bcd928658b39e5e1026fc529443.tar.gz
euscan-3ef800b68dac2bcd928658b39e5e1026fc529443.tar.bz2
euscan-3ef800b68dac2bcd928658b39e5e1026fc529443.zip
Merge branch 'master' of https://github.com/iksaif/euscan
Conflicts: bin/euscan_patch_metadata euscanwww/djeuscan/views.py pym/euscan/handlers/__init__.py pym/euscan/handlers/kde.py pym/euscan/handlers/url/cpan.py pym/euscan/handlers/url/generic.py pym/euscan/handlers/url/github.py pym/euscan/handlers/url/php.py pym/euscan/handlers/url/pypi.py pym/euscan/handlers/url/rubygem.py pym/euscan/scan.py Signed-off-by: volpino <fox91@anche.no>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/euscan3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/euscan b/bin/euscan
index e0371b4..441d479 100755
--- a/bin/euscan
+++ b/bin/euscan
@@ -5,7 +5,7 @@ Distributed under the terms of the GNU General Public License v2
"""
from __future__ import print_function
-
+import os
# Meta
@@ -19,7 +19,6 @@ __description__ = "A tool to detect new upstream releases."
# Imports
import sys
-import os
import getopt
from errno import EINTR, EINVAL
from httplib import HTTPConnection