Signed-off-by: Mark Hymers <mhy@debian.org>
import apt_pkg
import time
import errno
-from daklib import database
+
from daklib import utils
from daklib.dak_exceptions import DBUpdateError
################################################################################
def get_db_rev(self):
- global projectB
-
# We keep database revision info the config table
# Try and access it
################################################################################
def init (self):
- global Cnf, projectB
+ global Cnf
Cnf = utils.get_conf()
arguments = [('h', "help", "Update-DB::Options::Help")]