Import urllib2 and sys in lp/functions.py, fixing requestsync.

This commit is contained in:
Loïc Minier 2009-02-06 12:13:59 +01:00
parent f401128b98
commit 4276d59cbc
2 changed files with 4 additions and 1 deletions

3
debian/changelog vendored
View File

@ -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 <rainct@ubuntu.com> Thu, 05 Feb 2009 16:55:09 +0100

View File

@ -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.