From c05f149d67dd3ecb126fe6f59d4195be97abb0f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Minier?= Date: Fri, 6 Feb 2009 12:18:06 +0100 Subject: [PATCH] Import ubuntutools.common explicitely in buildd and requestsync to get the https_proxy fix. --- buildd | 2 ++ debian/changelog | 2 ++ requestsync | 4 +++- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/buildd b/buildd index 6e52bb5..abaea44 100755 --- a/buildd +++ b/buildd @@ -35,6 +35,8 @@ import ubuntutools.lp.cookie as lp_cookie import ubuntutools.lp.functions as lp_functions import ubuntutools.lp.urlopener as lp_urlopener from ubuntutools import packages +# https_proxy fix +import ubuntutools.common # Usage. usage = "%prog \n\n" diff --git a/debian/changelog b/debian/changelog index 9e07617..fe02f30 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ ubuntu-dev-tools (0.64) UNRELEASED; urgency=low [ Loic Minier ] * Import urllib2 and sys in lp/functions.py, fixing requestsync. + * Import ubuntutools.common explicitely in buildd and requestsync to get the + https_proxy fix. -- Siegfried-Angel Gevatter Pujals Thu, 05 Feb 2009 16:55:09 +0100 diff --git a/requestsync b/requestsync index ea8eeae..42eb276 100755 --- a/requestsync +++ b/requestsync @@ -40,7 +40,9 @@ import ubuntutools.lp.cookie as lp_cookie import ubuntutools.lp.functions as lp_functions import ubuntutools.lp.libsupport as lp_libsupport import ubuntutools.lp.urlopener as lp_urlopener - +# https_proxy fix +import ubuntutools.common + launchpad_cookiefile = lp_cookie.prepareLaunchpadCookie() def checkNeedsSponsorship(component):