removed old importing code
This commit is contained in:
parent
fd7e1b7492
commit
da5bacf950
@ -1,6 +0,0 @@
|
|||||||
import os
|
|
||||||
__all__ = []
|
|
||||||
for module in os.listdir(os.path.dirname(os.path.abspath(__file__))):
|
|
||||||
if module != '__init__.py' and module[-3:] == '.py':
|
|
||||||
__all__.append(module)
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user