summaryrefslogtreecommitdiffstats
path: root/lib/python/bugs.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@debian.org>2014-09-12 13:58:48 +0000
committerHolger Levsen <holger@debian.org>2014-09-12 13:58:48 +0000
commit7090926e7d1606dbb8fa6a6d2d658d24c5d8df95 (patch)
treee078c718df94a5a845d5742f4fbdb0d928d41840 /lib/python/bugs.py
parent45b8511342dfde50ddc161fe81abfb0307526fc4 (diff)
misc small cleanups
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@28739 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'lib/python/bugs.py')
-rw-r--r--lib/python/bugs.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/python/bugs.py b/lib/python/bugs.py
index 70108ffb43..15908dcf0a 100644
--- a/lib/python/bugs.py
+++ b/lib/python/bugs.py
@@ -886,8 +886,6 @@ class DTSAFile(FileBase):
return ("%s-%02d-%02d" % (year, month, int(day)), name, desc)
def finishBug(self, bug):
- # Convert all package notes to notes for etch (testing).
- testing = debian_support.internRelease("etch")
for n in bug.notes:
if n.release is None:
self.raiseSyntaxError(

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