summaryrefslogtreecommitdiffstats
path: root/lib/python/debian_support.py
diff options
context:
space:
mode:
authorThijs Kinkhorst <thijs@debian.org>2011-02-06 10:44:26 +0000
committerThijs Kinkhorst <thijs@debian.org>2011-02-06 10:44:26 +0000
commit75b54ab9d717a9fd856a1fc2ef648619db083c34 (patch)
tree5dc310e748ed1f8d674ae2fa2cd11719033ed115 /lib/python/debian_support.py
parent9b7e28424a712fcc51e426114eefd463003677c2 (diff)
lenny, squeeze, wheezy
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@16070 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'lib/python/debian_support.py')
-rw-r--r--lib/python/debian_support.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/debian_support.py b/lib/python/debian_support.py
index 925bb96802..e39c2a1e5a 100644
--- a/lib/python/debian_support.py
+++ b/lib/python/debian_support.py
@@ -177,7 +177,7 @@ class Release(PseudoEnum): pass
def listReleases():
releases = {}
- rels = ("potato", "woody", "sarge", "etch", "lenny", "squeeze", "sid")
+ rels = ("potato", "woody", "sarge", "etch", "lenny", "squeeze", "wheezy", "sid")
for r in range(len(rels)):
releases[rels[r]] = Release(rels[r], r)
Release.releases = releases

© 2014-2024 Faster IT GmbH | imprint | privacy policy