From e3133a7e09eae842be16eb64d7888c5751d72e75 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Sun, 8 Mar 2009 20:25:59 +0100 Subject: * doc/examples/*.py: Fix some examples, cleanup --- doc/examples/depcache.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'doc/examples/depcache.py') diff --git a/doc/examples/depcache.py b/doc/examples/depcache.py index 790cc9d6..de038fe8 100644 --- a/doc/examples/depcache.py +++ b/doc/examples/depcache.py @@ -1,10 +1,7 @@ #!/usr/bin/python # example how to deal with the depcache -import apt import apt_pkg -import sys -import copy from progress import TextProgress -- cgit v1.2.3