]> git.decadent.org.uk Git - dak.git/commitdiff
remove unneeded daklib.database import
authorMark Hymers <mhy@debian.org>
Mon, 25 May 2009 18:16:13 +0000 (19:16 +0100)
committerMark Hymers <mhy@debian.org>
Sun, 9 Aug 2009 15:49:24 +0000 (16:49 +0100)
Signed-off-by: Mark Hymers <mhy@debian.org>
dak/update_db.py

index 5fe6918ab3bae19e9875f2aed1c4716540547e61..e0a4b9bb15a4c27dfc9a2cddc0110a4feaed9d2b 100755 (executable)
@@ -37,7 +37,7 @@ import os
 import apt_pkg
 import time
 import errno
-from daklib import database
+
 from daklib import utils
 from daklib.dak_exceptions import DBUpdateError
 
@@ -86,8 +86,6 @@ Updates dak's database schema to the lastest version. You should disable crontab
 ################################################################################
 
     def get_db_rev(self):
-        global projectB
-
         # We keep database revision info the config table
         # Try and access it
 
@@ -159,7 +157,7 @@ Updates dak's database schema to the lastest version. You should disable crontab
 ################################################################################
 
     def init (self):
-        global Cnf, projectB
+        global Cnf
 
         Cnf = utils.get_conf()
         arguments = [('h', "help", "Update-DB::Options::Help")]