summaryrefslogtreecommitdiffstats
path: root/bin/apt-update-file
diff options
context:
space:
mode:
authorFlorian Weimer <fw@deneb.enyo.de>2005-09-13 07:45:17 +0000
committerFlorian Weimer <fw@deneb.enyo.de>2005-09-13 07:45:17 +0000
commit5f31eb4618a81913e6d3ef0663b98c8b83162214 (patch)
treef3e619bcd3b3eff5b3c0197c6396c2b57d1805a7 /bin/apt-update-file
parenta7f76364bc3ffa5970d83692ff5b7337d92ce540 (diff)
bin/apt-update-file:
Remove unnecessary import. lib/python/debian_support.py (listReleases): Add "sid". (replaceFile): Remove temporary file on exception. (updateFile): The file constructor raises IOError if the file does not exist. urllib does not raise a proper exception on 4xx errors. Handle varying whitespace in SHA1-Current field. git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@1943 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'bin/apt-update-file')
-rwxr-xr-xbin/apt-update-file1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/apt-update-file b/bin/apt-update-file
index f424195b34..3971fdaa9a 100755
--- a/bin/apt-update-file
+++ b/bin/apt-update-file
@@ -20,7 +20,6 @@ def setup_paths():
path = path[0:idx]
root_path = setup_paths()
-import bugs
import debian_support
if len(sys.argv) <> 3:

© 2014-2024 Faster IT GmbH | imprint | privacy policy