From 4276d59cbce6793361c8ef373a603f2c68300bb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Minier?= Date: Fri, 6 Feb 2009 12:13:59 +0100 Subject: [PATCH] Import urllib2 and sys in lp/functions.py, fixing requestsync. --- debian/changelog | 3 ++- ubuntutools/lp/functions.py | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) 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.