Comment 2 for bug 797281

Revision history for this message
Jean-Baptiste Lallement (jibel) wrote :

Confirmed in Oneiric and reproducible with the code below:

"""
#!/usr/bin/python

from launchpadlib.launchpad import Launchpad

launchpad = Launchpad.login_anonymously('this is a test','production')
u = launchpad.projects['ubuntu']
"""