summaryrefslogtreecommitdiff
path: root/apt/cache.py
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2011-11-22 18:06:30 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2011-11-22 18:06:30 +0100
commit0af443d9a182b0fec5f9963edef3c1f1908e831f (patch)
treed1737262ff2d24efe7ace6e03d410e6058ca33ab /apt/cache.py
parentb7b608bf2c66e7466313ea02568348aea9cc29ba (diff)
downloadpython-apt-0af443d9a182b0fec5f9963edef3c1f1908e831f.tar.gz
cleanup
Diffstat (limited to 'apt/cache.py')
-rw-r--r--apt/cache.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/apt/cache.py b/apt/cache.py
index b4d67fa5..96b38a57 100644
--- a/apt/cache.py
+++ b/apt/cache.py
@@ -46,13 +46,13 @@ class LockFailedException(IOError):
class Cache(object):
"""Dictionary-like package cache.
- The APT cache file contains a hash table mapping names of binary
- packages to their metadata. A Cache object is the in-core
- representation of the same. It provides access to APTs idea of the
- list of available packages.
-
- The cache can be used like a mapping from package names to Package
- objects (although only getting items is supported).
+ The APT cache file contains a hash table mapping names of binary
+ packages to their metadata. A Cache object is the in-core
+ representation of the same. It provides access to APTs idea of the
+ list of available packages.
+
+ The cache can be used like a mapping from package names to Package
+ objects (although only getting items is supported).
Keyword arguments:
progress -- a OpProgress object