diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-06-09 17:38:18 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-06-09 17:38:18 +0200 |
| commit | 0bb531dbcf27b40861467b831b120fc8b257e8ff (patch) | |
| tree | bbbda3be325306bbbe56b22aca25984bee710ddb /doc/examples/sources.py | |
| parent | 52ae9a181314398e4dc4996d1409e99b9bdbbf7e (diff) | |
| download | python-apt-0bb531dbcf27b40861467b831b120fc8b257e8ff.tar.gz | |
* changelog updated
* prints_uris.py example added
Diffstat (limited to 'doc/examples/sources.py')
| -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 78913523..c12c6f15 100644 --- a/doc/examples/sources.py +++ b/doc/examples/sources.py @@ -11,5 +11,5 @@ sources = apt_pkg.GetPkgSrcRecords() sources.Restart() while sources.Lookup('hello'): print sources.Package, sources.Version, sources.Maintainer, sources.Section, `sources.Binaries` - #print sources.Files + print sources.Files print sources.Index.ArchiveURI("") |
