From 35d9c28a59b8f41a63b7ec5404b383e9a7610b76 Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Sat, 3 May 2008 13:38:44 +0100 Subject: [PATCH] clean up pychecker warnings --- dak/security_install.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dak/security_install.py b/dak/security_install.py index cfae60a0..34efeb4c 100644 --- a/dak/security_install.py +++ b/dak/security_install.py @@ -32,7 +32,7 @@ import commands, os, pwd, re, sys, time import apt_pkg -import daklib.queue +import daklib.queue as queue import daklib.utils ################################################################################ @@ -280,7 +280,7 @@ def init(): arguments = apt_pkg.ParseCommandLine(Cnf,Arguments,sys.argv) Options = Cnf.SubTree("Security-Install::Options") - Upload = daklib.queue.Upload(Cnf) + Upload = queue.Upload(Cnf) if Options["Help"]: usage(0) -- 2.39.5