From 41865218f7f98103092ddd249ca6b9bdc9292704 Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Fri, 29 Jul 2011 14:19:00 +0100 Subject: [PATCH] Remove utils. qualifications Signed-off-by: Mark Hymers --- dak/import_known_changes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dak/import_known_changes.py b/dak/import_known_changes.py index 7a20f887..125dbb8c 100755 --- a/dak/import_known_changes.py +++ b/dak/import_known_changes.py @@ -209,7 +209,7 @@ class ChangesGenerator(threading.Thread): if queue: dirs.append(os.path.abspath(queue.path)) else: - utils.warn("Could not find queue %s in database" % queue_name) + warn("Could not find queue %s in database" % queue_name) for checkdir in dirs: if os.path.exists(checkdir): @@ -298,7 +298,7 @@ class ImportKnownChanges(object): except KeyboardInterrupt: print("Caught C-c; terminating.") - utils.warn("Caught C-c; terminating.") + warn("Caught C-c; terminating.") self.plsDie() def plsDie(self): -- 2.39.5