test
This commit is contained in:
parent
57872f6732
commit
5d55a5e587
@ -0,0 +1,6 @@
|
|||||||
|
import os
|
||||||
|
for module in os.listdir(os.path.dirname(__file__)):
|
||||||
|
if module == '__init__.py' or module[-3:] != '.py':
|
||||||
|
continue
|
||||||
|
__import__(module[:-3], locals(), globals())
|
||||||
|
del module
|
||||||
Loading…
Reference in New Issue
Block a user