mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-24 17:31:09 +00:00
* Make Launchpad.login() return itself.
This commit is contained in:
parent
ba0d0664a8
commit
0684698c98
@ -39,6 +39,7 @@ class Launchpad(object):
|
|||||||
'''
|
'''
|
||||||
if not self.__lp:
|
if not self.__lp:
|
||||||
self.__lp = libsupport.get_launchpad('ubuntu-dev-tools')
|
self.__lp = libsupport.get_launchpad('ubuntu-dev-tools')
|
||||||
|
return self
|
||||||
|
|
||||||
def __getattr__(self, attr):
|
def __getattr__(self, attr):
|
||||||
if not self.__lp:
|
if not self.__lp:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user