diff --git a/debian/changelog b/debian/changelog index 6ebde8c..9e07617 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ ubuntu-dev-tools (0.64) UNRELEASED; urgency=low - * + [ Loic Minier ] + * Import urllib2 and sys in lp/functions.py, fixing requestsync. -- Siegfried-Angel Gevatter Pujals Thu, 05 Feb 2009 16:55:09 +0100 diff --git a/ubuntutools/lp/functions.py b/ubuntutools/lp/functions.py index bd44509..2f01f5f 100644 --- a/ubuntutools/lp/functions.py +++ b/ubuntutools/lp/functions.py @@ -20,6 +20,8 @@ import cookie import urlopener as lp_urlopener +import urllib2 +import sys def isLPTeamMember(team): """ Checks if the user is a member of a certain team on Launchpad.