From: Joerg Jaspert Date: Wed, 28 Oct 2009 09:20:14 +0000 (+0100) Subject: Merge commit 'lamby/master' into merge X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=e1f078ff370dae097f3ab248b33026db103ce4bd;hp=221d1da1403261ea11e408f8de879a39ef06810e;p=dak.git Merge commit 'lamby/master' into merge * commit 'lamby/master': Use new Config api. Signed-off-by: Joerg Jaspert --- diff --git a/daklib/queue.py b/daklib/queue.py index b2ee5e3f..17dbb67c 100755 --- a/daklib/queue.py +++ b/daklib/queue.py @@ -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()