forked from openlp/openlp
Update with __all__ keyword.
This commit is contained in:
parent
642934a999
commit
bc2f7547cc
@ -26,3 +26,5 @@
|
|||||||
|
|
||||||
from remotetab import RemoteTab
|
from remotetab import RemoteTab
|
||||||
from httpserver import HttpServer
|
from httpserver import HttpServer
|
||||||
|
|
||||||
|
__all__ = [u'RemoteTab', u'HttpServer']
|
||||||
|
Loading…
Reference in New Issue
Block a user