]> git.decadent.org.uk Git - dak.git/commitdiff
process_upload: Remove unused variables
authorNiels Thykier <niels@thykier.net>
Wed, 10 Jun 2015 06:11:27 +0000 (08:11 +0200)
committerAnsgar Burchardt <ansgar@debian.org>
Thu, 11 Jun 2015 22:30:43 +0000 (00:30 +0200)
Signed-off-by: Niels Thykier <niels@thykier.net>
Signed-off-by: Ansgar Burchardt <ansgar@debian.org>
dak/process_upload.py

index 627c7dde6ccd8ce05db9cf50481c59a294ddad44..d5425e058ccfa2de6c87dc43e8ec24cce83c5915 100755 (executable)
@@ -297,7 +297,6 @@ def accept(directory, upload):
 
 @try_or_reject
 def accept_to_new(directory, upload):
-    cnf = Config()
 
     Logger.log(['ACCEPT-TO-NEW', upload.changes.filename])
     print "ACCEPT-TO-NEW"
@@ -379,8 +378,6 @@ def action(directory, upload):
     if Options["No-Action"] or Options["Automatic"]:
         answer = 'S'
 
-    queuekey = ''
-
     print summary
     print
     print "\n".join(package_info)