summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-03-22 15:07:21 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2006-03-22 15:07:21 +0100
commiteef094d6218739bc0147910bfdd478ac10f18ec1 (patch)
treefb2da4bb8e544e4dde919d241b299b38c6b4bf10 /doc
parente02913b6f336d4bf5bc2c17032c91ade974de04f (diff)
downloadpython-apt-eef094d6218739bc0147910bfdd478ac10f18ec1.tar.gz
* added indexFile.ArchiveURI(string)
Diffstat (limited to 'doc')
-rw-r--r--doc/examples/indexfile.py1
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")