Commit 8da260de authored by Yuxin Wu's avatar Yuxin Wu

fix #868

parent 80a110e2
...@@ -28,7 +28,7 @@ def global_import(name): ...@@ -28,7 +28,7 @@ def global_import(name):
_CURR_DIR = os.path.dirname(__file__) _CURR_DIR = os.path.dirname(__file__)
_SKIP = ['training', 'distributed'] _SKIP = ['distributed']
for _, module_name, _ in iter_modules( for _, module_name, _ in iter_modules(
[_CURR_DIR]): [_CURR_DIR]):
srcpath = os.path.join(_CURR_DIR, module_name + '.py') srcpath = os.path.join(_CURR_DIR, module_name + '.py')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment