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/configisc.py | |
| parent | d012f1c89a5f773d9b9ae7128e24d708bb4117cb (diff) | |
| download | python-apt-e3133a7e09eae842be16eb64d7888c5751d72e75.tar.gz | |
* doc/examples/*.py: Fix some examples, cleanup
Diffstat (limited to 'doc/examples/configisc.py')
| -rwxr-xr-x | doc/examples/configisc.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/examples/configisc.py b/doc/examples/configisc.py index de8ec6be..8da1ad0a 100755 --- a/doc/examples/configisc.py +++ b/doc/examples/configisc.py @@ -10,7 +10,6 @@ import apt_pkg import sys -import posixpath ConfigFile = apt_pkg.ParseCommandLine(apt_pkg.Config, [], sys.argv) |
