]> git.decadent.org.uk Git - dak.git/commitdiff
Add missing "utils" import (used in security conditional)
authorChris Lamb <lamby@debian.org>
Tue, 27 Oct 2009 08:18:57 +0000 (08:18 +0000)
committerChris Lamb <lamby@debian.org>
Tue, 27 Oct 2009 08:18:57 +0000 (08:18 +0000)
Signed-off-by: Chris Lamb <lamby@debian.org>
daklib/dbconn.py

index c2de12cecc5553a1aeeb8302f42ee8f70f602dee..ee057d5c9cdff40d4ec905500fac286df5368bf6 100755 (executable)
@@ -48,6 +48,7 @@ from sqlalchemy.orm.exc import NoResultFound
 
 # Only import Config until Queue stuff is changed to store its config
 # in the database
+import utils
 from config import Config
 from singleton import Singleton
 from textutils import fix_maintainer