diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-10-02 18:20:49 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-10-02 18:20:49 +0200 |
| commit | c00b2271e6295c248c18d1bd62e14df372004e85 (patch) | |
| tree | ed87936f9a2f5733f5891d247d6046f69a5ad9aa /doc | |
| parent | ddfb5f9abcc398843e48885bbc8b3e4439c14e7b (diff) | |
| download | python-apt-c00b2271e6295c248c18d1bd62e14df372004e85.tar.gz | |
* progress.cc:
- fix memleak in progress.cc
* tests/memleak.py:
- uncomment the mem-leak code
* doc/examples/sources.py:
- improved the example
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/examples/sources.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/sources.py b/doc/examples/sources.py index c12c6f15..b48c0ba5 100644 --- a/doc/examples/sources.py +++ b/doc/examples/sources.py @@ -12,4 +12,4 @@ sources.Restart() while sources.Lookup('hello'): print sources.Package, sources.Version, sources.Maintainer, sources.Section, `sources.Binaries` print sources.Files - print sources.Index.ArchiveURI("") + print sources.Index.ArchiveURI(sources.Files[0][2]) |
