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
commit547a7619a24f0e0617f0c4064f3706b28176090c (patch)
tree3074a7877e25abceb4b71c68ec6bed3cf9771c25 /bin/apt-update-file
parenta338c7a4f68cdf6291eecbdb628506c3be7755b8 (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