diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-10-02 18:34:44 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-10-02 18:34:44 +0200 |
| commit | 05ac4479d4a37ca55e892c588bcb217fa21ba20a (patch) | |
| tree | 1b1e8a8b75fa6812b12c7cde0e4218db5fa2b82c /doc | |
| parent | 1427f53977faddace94c435f3a6b3c09d9a52660 (diff) | |
| parent | c00b2271e6295c248c18d1bd62e14df372004e85 (diff) | |
| download | python-apt-05ac4479d4a37ca55e892c588bcb217fa21ba20a.tar.gz | |
* merged with python-apt--mvo
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]) |
