mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 23:51:08 +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.udtexceptions import *
|
||||
|
||||
__all__ = [
|
||||
'Archive',
|
||||
'Build',
|
||||
'Distribution',
|
||||
'DistributionSourcePackage',
|
||||
'DistroSeries',
|
||||
'Launchpad',
|
||||
'PersonTeam',
|
||||
'SourcePackagePublishingHistory',
|
||||
]
|
||||
|
||||
class Launchpad(object):
|
||||
'''Singleton for LP API access.'''
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user