* Make Launchpad.login() return itself.

This commit is contained in:
Michael Bienia 2009-06-18 23:16:36 +02:00
parent ba0d0664a8
commit 0684698c98

View File

@ -39,6 +39,7 @@ class Launchpad(object):
'''
if not self.__lp:
self.__lp = libsupport.get_launchpad('ubuntu-dev-tools')
return self
def __getattr__(self, attr):
if not self.__lp: