forked from openlp/openlp
Update with __all__ keyword.
This commit is contained in:
parent
642934a999
commit
bc2f7547cc
@ -25,4 +25,6 @@
|
||||
###############################################################################
|
||||
|
||||
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