diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-03-22 15:23:18 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-03-22 15:23:18 +0100 |
| commit | 4399788cb0202968a7fe5098050cec8a851bd58f (patch) | |
| tree | 6ce5a2918de12b1a0518d593c1438372e341d5ce /doc | |
| parent | eef094d6218739bc0147910bfdd478ac10f18ec1 (diff) | |
| download | python-apt-4399788cb0202968a7fe5098050cec8a851bd58f.tar.gz | |
* add PkgSrcRecords.Index to the code
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 0a90bae9..78913523 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("") |
