Restructured module
This commit is contained in:
parent
0a84d9da76
commit
039df2bd46
6 changed files with 1791 additions and 1767 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import os
|
||||
import glob
|
||||
from .LXMF import LXMessage
|
||||
from .LXMF import LXMRouter
|
||||
from .LXMessage import LXMessage
|
||||
from .LXMRouter import LXMRouter
|
||||
|
||||
modules = glob.glob(os.path.dirname(__file__)+"/*.py")
|
||||
__all__ = [ os.path.basename(f)[:-3] for f in modules if not f.endswith('__init__.py')]
|
||||
Loading…
Add table
Add a link
Reference in a new issue