diff options
| author | Julian Andres Klode <jak@debian.org> | 2009-03-08 20:25:59 +0100 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2009-03-08 20:25:59 +0100 |
| commit | e3133a7e09eae842be16eb64d7888c5751d72e75 (patch) | |
| tree | 10f507ad8b7f5a4e11cfbd22618cb4d644377137 /doc/examples/depcache.py | |
| parent | d012f1c89a5f773d9b9ae7128e24d708bb4117cb (diff) | |
| download | python-apt-e3133a7e09eae842be16eb64d7888c5751d72e75.tar.gz | |
* doc/examples/*.py: Fix some examples, cleanup
Diffstat (limited to 'doc/examples/depcache.py')
| -rw-r--r-- | doc/examples/depcache.py | 3 |
1 files changed, 0 insertions, 3 deletions
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 |
