summaryrefslogtreecommitdiff
path: root/apt
diff options
context:
space:
mode:
authorBen Finney <ben+debian@benfinney.id.au>2008-06-21 01:13:50 +1000
committerBen Finney <ben+debian@benfinney.id.au>2008-06-21 01:13:50 +1000
commit08fa9a44bc90b88f05cd8aa14d50892fadda9049 (patch)
tree672a4ad547d05fb7fe3110ef610992d56771a4a2 /apt
parent535fdf276e94c99ec812aa66cb2a95a29a0c6d48 (diff)
downloadpython-apt-08fa9a44bc90b88f05cd8aa14d50892fadda9049.tar.gz
Fix whitespace in changes from 0.7.6.
Diffstat (limited to 'apt')
-rw-r--r--apt/cache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt/cache.py b/apt/cache.py
index 36e3df8e..340b5696 100644
--- a/apt/cache.py
+++ b/apt/cache.py
@@ -51,7 +51,7 @@ class Cache(object):
self._callbacks = {}
if memonly:
# force apt to build its caches in memory
- apt_pkg.Config.Set("Dir::Cache::pkgcache","")
+ apt_pkg.Config.Set("Dir::Cache::pkgcache", "")
if rootdir:
apt_pkg.Config.Set("Dir", rootdir)
apt_pkg.Config.Set(