From 4845fcea2d4dc0598f3534e366304f173ee34f8f Mon Sep 17 00:00:00 2001 From: Markus Korn Date: Wed, 7 Jan 2009 09:37:41 +0100 Subject: [PATCH] added comment about porting checkNeedsSponsorship() from py-lp-bugs to launchpadlib --- requestsync | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/requestsync b/requestsync index fd2f7ba..9dd7c15 100755 --- a/requestsync +++ b/requestsync @@ -52,6 +52,11 @@ def checkNeedsSponsorship(component): The prepareLaunchpadCookie function above shall ensure that a cookie file exists first. """ + # TODO: use launchpadlib here + # Once LP: #313233 has been fixed this can be implemented by either: + # >>> me = launchpad.me + # >>> me.inTeam() #or + # >>> me in urlopener = common.setupLaunchpadUrlOpener(launchpad_cookiefile) # Check where the package is and assign the appropriate variables.