diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2010-01-13 11:19:44 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2010-01-13 11:19:44 +0100 |
| commit | 8d4420aecf43b588e8485c71d8e2b0bd9371432d (patch) | |
| tree | cf97886eb6dd2c36cd55ade941987152d89094b9 /apt/cache.py | |
| parent | 2e2aa5fc6e4ad31b52aaef236ed54a3b9ea59a5d (diff) | |
| download | python-apt-8d4420aecf43b588e8485c71d8e2b0bd9371432d.tar.gz | |
add "enhances" property
Diffstat (limited to 'apt/cache.py')
| -rw-r--r-- | apt/cache.py | 4 |
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 """ |
