From 332b507bc2367459c4e50863eca7505ab2bebca2 Mon Sep 17 00:00:00 2001 From: Jonathan Davies Date: Thu, 28 May 2009 03:11:04 -0400 Subject: [PATCH] buildd: Added a comment to explain why we're importing launchpadlib here. --- buildd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/buildd b/buildd index 2b7609e..17e7337 100755 --- a/buildd +++ b/buildd @@ -97,7 +97,8 @@ elif op in ("retry", "rescore") and options.architecture: else: oneArch = False -# ubuntu-dev-tools modules. +# ubuntu-dev-tools modules +# Import here to improve speed perception parsing options for user. import ubuntutools.lp.cookie as lp_cookie import ubuntutools.lp.functions as lp_functions import ubuntutools.lp.urlopener as lp_urlopener