diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2005-08-03 09:39:46 +0000 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2005-08-03 09:39:46 +0000 |
| commit | 7d126728ae138e08bfef5abd71de1e608ee7ea55 (patch) | |
| tree | 1d400ea4093bf6b1fe91638c1befc8e208b0cf91 /apt/cache.py | |
| parent | fe89d597e3f73c82488d17a8be8a8b8c900127ed (diff) | |
| download | python-apt-7d126728ae138e08bfef5abd71de1e608ee7ea55.tar.gz | |
* Open->open; added README
Diffstat (limited to 'apt/cache.py')
| -rw-r--r-- | apt/cache.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt/cache.py b/apt/cache.py index 0579b655..39640da7 100644 --- a/apt/cache.py +++ b/apt/cache.py @@ -28,7 +28,7 @@ class Cache(object): """ Package cache object """ def __init__(self, progress=None): self._callbacks = {} - self.Open(progress) + self.open(progress) def _runCallbacks(self, name): """ internal helper to run a callback """ |
