diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-03-22 15:07:21 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-03-22 15:07:21 +0100 |
| commit | eef094d6218739bc0147910bfdd478ac10f18ec1 (patch) | |
| tree | fb2da4bb8e544e4dde919d241b299b38c6b4bf10 /doc | |
| parent | e02913b6f336d4bf5bc2c17032c91ade974de04f (diff) | |
| download | python-apt-eef094d6218739bc0147910bfdd478ac10f18ec1.tar.gz | |
* added indexFile.ArchiveURI(string)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/examples/indexfile.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/examples/indexfile.py b/doc/examples/indexfile.py index 5eaab517..d383fd61 100644 --- a/doc/examples/indexfile.py +++ b/doc/examples/indexfile.py @@ -18,3 +18,4 @@ for (f,i) in cand.FileList: print index.IsTrusted print index.Exists print index.HasPackages + print index.ArchiveURI("some/path") |
