]> git.decadent.org.uk Git - dak.git/commitdiff
update-suite: fix module name: daklog -> daklib.daklog
authorAnsgar Burchardt <ansgar@debian.org>
Sun, 19 Apr 2015 22:19:14 +0000 (00:19 +0200)
committerAnsgar Burchardt <ansgar@debian.org>
Sun, 19 Apr 2015 22:19:14 +0000 (00:19 +0200)
dak/update_suite.py

index f609ac225fde4f3d55ef599e51c6754011238bfc..cfca52a6aa7d13d7cf2a5efc106cdc8d6ecc599e 100644 (file)
@@ -70,7 +70,7 @@ class SuiteUpdater(object):
 
         if obey_policy_queue and target.policy_queue_id is not None:
             raise Exception('Not implemented...')
-        self.logger = None if dry_run else daklog.Logger("update-suite")
+        self.logger = None if dry_run else daklib.daklog.Logger("update-suite")
 
     def query_new_binaries(self, additional_sources):
         # Candidates are binaries in the origin suite, and optionally in its policy queue.