From 6fcfe9192591e2990192b05d323018e10b24c1b5 Mon Sep 17 00:00:00 2001 From: Ansgar Burchardt Date: Mon, 20 Apr 2015 00:19:14 +0200 Subject: [PATCH] update-suite: fix module name: daklog -> daklib.daklog --- dak/update_suite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dak/update_suite.py b/dak/update_suite.py index f609ac22..cfca52a6 100644 --- a/dak/update_suite.py +++ b/dak/update_suite.py @@ -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. -- GitLab