]> git.decadent.org.uk Git - dak.git/commitdiff
must import pg...
authorMike O'Connor <stew@vireo.org>
Thu, 14 May 2009 06:34:33 +0000 (02:34 -0400)
committerMike O'Connor <stew@vireo.org>
Thu, 14 May 2009 06:34:33 +0000 (02:34 -0400)
daklib/database.py

index 0be839b65cb5db0adbd0a8b2baf31878af0f1032..fc8dd677d9dd0d91ed857a24ccea7648d0e98eaa 100755 (executable)
@@ -34,6 +34,7 @@ import sys
 import time
 import types
 import utils
+import pg
 from binary import Binary
 
 ################################################################################