mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-04-19 14:21:07 +00:00
Import urllib2 and sys in lp/functions.py, fixing requestsync.
This commit is contained in:
parent
f401128b98
commit
4276d59cbc
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -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
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user