summaryrefslogtreecommitdiff
path: root/SoftwareProperties/aptsources.py
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-02-27 16:02:35 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2006-02-27 16:02:35 +0100
commit77b2f46a4079c35ca7a5fc4ff2bb80d57e3ba024 (patch)
treed629f88f6319a2d6cbf2339ef205988043443aef /SoftwareProperties/aptsources.py
parent979d4cafb3d30920b95dfaf26e204bda408d4591 (diff)
downloadpython-apt-77b2f46a4079c35ca7a5fc4ff2bb80d57e3ba024.tar.gz
* show the already enabled components for a given dist if "add" is clicked
Diffstat (limited to 'SoftwareProperties/aptsources.py')
-rw-r--r--SoftwareProperties/aptsources.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/SoftwareProperties/aptsources.py b/SoftwareProperties/aptsources.py
index 0340e211..0546ef0a 100644
--- a/SoftwareProperties/aptsources.py
+++ b/SoftwareProperties/aptsources.py
@@ -448,7 +448,7 @@ class SourceCompTemplate:
self.on_by_default = on_by_default
class SourceEntryTemplates:
- def __init__(self,datadir):
+ def __init__(self, datadir):
_ = gettext.gettext
self.templates = []