summaryrefslogtreecommitdiff
path: root/apt/cache.py
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2010-01-13 11:19:44 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2010-01-13 11:19:44 +0100
commit8d4420aecf43b588e8485c71d8e2b0bd9371432d (patch)
treecf97886eb6dd2c36cd55ade941987152d89094b9 /apt/cache.py
parent2e2aa5fc6e4ad31b52aaef236ed54a3b9ea59a5d (diff)
downloadpython-apt-8d4420aecf43b588e8485c71d8e2b0bd9371432d.tar.gz
add "enhances" property
Diffstat (limited to 'apt/cache.py')
-rw-r--r--apt/cache.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/apt/cache.py b/apt/cache.py
index aa38999d..ae6f2fcc 100644
--- a/apt/cache.py
+++ b/apt/cache.py
@@ -47,7 +47,9 @@ class Cache(object):
Keyword arguments:
progress -- a OpProgress object
- rootdir -- a alternative root directory
+ rootdir -- a alternative root directory. if that is given
+ the system sources.list and system lists/ files are
+ not read, only files relative to the given rootdir
memonly -- build the cache in memory only
"""