From 547a7619a24f0e0617f0c4064f3706b28176090c Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Tue, 13 Sep 2005 07:45:17 +0000 Subject: 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 --- bin/apt-update-file | 1 - 1 file changed, 1 deletion(-) (limited to 'bin/apt-update-file') 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: -- cgit v1.2.3