mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-07-23 21:01:28 +00:00
ubuntutools/lp/lpapicache.py:
* Specify __all__
This commit is contained in:
parent
f5c6695e13
commit
8377c6bfa3
@ -35,6 +35,17 @@ import ubuntutools.lp.libsupport as libsupport
|
|||||||
from ubuntutools.lp import service
|
from ubuntutools.lp import service
|
||||||
from ubuntutools.lp.udtexceptions import *
|
from ubuntutools.lp.udtexceptions import *
|
||||||
|
|
||||||
|
__all__ = [
|
||||||
|
'Archive',
|
||||||
|
'Build',
|
||||||
|
'Distribution',
|
||||||
|
'DistributionSourcePackage',
|
||||||
|
'DistroSeries',
|
||||||
|
'Launchpad',
|
||||||
|
'PersonTeam',
|
||||||
|
'SourcePackagePublishingHistory',
|
||||||
|
]
|
||||||
|
|
||||||
class Launchpad(object):
|
class Launchpad(object):
|
||||||
'''Singleton for LP API access.'''
|
'''Singleton for LP API access.'''
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user