diff options
author | volpino <fox91@anche.no> | 2012-08-14 13:51:07 +0200 |
---|---|---|
committer | volpino <fox91@anche.no> | 2012-08-14 13:51:07 +0200 |
commit | ec2e13258303ce0283e28df1a3c6f564a5740118 (patch) | |
tree | 4029fe1af1c5670f1a088c6d6018db510564d741 /pym | |
parent | euscanwww: Better login template (diff) | |
download | euscan-ec2e13258303ce0283e28df1a3c6f564a5740118.tar.gz euscan-ec2e13258303ce0283e28df1a3c6f564a5740118.tar.bz2 euscan-ec2e13258303ce0283e28df1a3c6f564a5740118.zip |
euscanwww: Minor cleanings
Signed-off-by: volpino <fox91@anche.no>
Diffstat (limited to 'pym')
-rw-r--r-- | pym/euscan/scan.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/euscan/scan.py b/pym/euscan/scan.py index dc7df75..5fb0540 100644 --- a/pym/euscan/scan.py +++ b/pym/euscan/scan.py @@ -58,7 +58,7 @@ def parse_src_uri(uris): uri = from_mirror(uri) if uris and uris[-1] == "->": - operator = uris.pop() + uris.pop() # operator file_ = uris.pop() else: file_ = os.path.basename(uri) |