Update with __all__ keyword.

This commit is contained in:
Raoul Snyman 2011-02-22 21:45:54 +02:00
parent 642934a999
commit bc2f7547cc
1 changed files with 3 additions and 1 deletions

View File

@ -26,3 +26,5 @@
from remotetab import RemoteTab
from httpserver import HttpServer
__all__ = [u'RemoteTab', u'HttpServer']