mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-04-17 21:31:09 +00:00
Import ubuntutools.common explicitely in buildd and requestsync to get the
https_proxy fix.
This commit is contained in:
parent
4276d59cbc
commit
c05f149d67
2
buildd
2
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 <srcpackage> <release> <operation>\n\n"
|
||||
|
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -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 <rainct@ubuntu.com> Thu, 05 Feb 2009 16:55:09 +0100
|
||||
|
||||
|
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user