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.