]> git.decadent.org.uk Git - dak.git/commitdiff
Use new Config api.
authorChris Lamb <lamby@debian.org>
Wed, 28 Oct 2009 09:19:52 +0000 (09:19 +0000)
committerChris Lamb <lamby@debian.org>
Wed, 28 Oct 2009 09:19:52 +0000 (09:19 +0000)
Signed-off-by: Chris Lamb <lamby@debian.org>
daklib/queue.py

index b2ee5e3fe3fcbc950da01563b1724ed6feeab1d0..17dbb67c6c4b3cb099e690e813bce4d3b002ab77 100755 (executable)
@@ -1208,7 +1208,7 @@ class Upload(object):
             return
 
         cnf = Config()
-        tagfile = cnf("Dinstall::LintianTags")
+        tagfile = cnf["Dinstall::LintianTags"]
         # Parse the yaml file
         sourcefile = file(tagfile, 'r')
         sourcecontent = sourcefile.read()