diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2005-11-22 11:30:50 +0000 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2005-11-22 11:30:50 +0000 |
| commit | c1ee07ec049974cf8a54160b52881404b6347f43 (patch) | |
| tree | a4116e06c861898eaeb426bfa764aae159a0cac8 /doc/examples | |
| parent | f398b1a5833fdf50f8c0c541958d5770ea767be8 (diff) | |
| download | python-apt-c1ee07ec049974cf8a54160b52881404b6347f43.tar.gz | |
* another bugfix in the new pkgPackageManager wrapper
Diffstat (limited to 'doc/examples')
| -rw-r--r-- | doc/examples/acquire.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/examples/acquire.py b/doc/examples/acquire.py index a5de0029..72d0c74e 100644 --- a/doc/examples/acquire.py +++ b/doc/examples/acquire.py @@ -53,3 +53,4 @@ res = pm.DoInstall(1) print "pm.DoInstall() returned: %s"% res + |
