summaryrefslogtreecommitdiff
path: root/SoftwareProperties
diff options
context:
space:
mode:
authorglatzor@ubuntu.com <>2006-06-29 00:52:16 +0200
committerglatzor@ubuntu.com <>2006-06-29 00:52:16 +0200
commit34bb7b2d05692dbaab36dbad43d4b4305e0ff905 (patch)
treed28cfbd46b2115b1cb3cebc4870d15f014e3f107 /SoftwareProperties
parentf100900ea0709a71ebceae238f0b60fe28aa9232 (diff)
downloadpython-apt-34bb7b2d05692dbaab36dbad43d4b4305e0ff905.tar.gz
* fixed test output of DistInfo and channels desc for Ubuntu
Diffstat (limited to 'SoftwareProperties')
-rw-r--r--SoftwareProperties/SoftwareProperties.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/SoftwareProperties/SoftwareProperties.py b/SoftwareProperties/SoftwareProperties.py
index 037f01fb..e0d5f524 100644
--- a/SoftwareProperties/SoftwareProperties.py
+++ b/SoftwareProperties/SoftwareProperties.py
@@ -56,6 +56,11 @@ CONF_MAP = {
"max_age" : "APT::Archives::MaxAge"
}
+(
+COLUMN_ACTIVE,
+COLUMN_DESC
+) = range(2)
+
# columns of the source_store
(SORE_ACTIVE, STORE_DESCRIPTION, STORE_SOURCE, STORE_SEPARATOR) = range(4)