update-suite: fix module name: daklog -> daklib.daklog

上级 bd254347
......@@ -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.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册