diff options
Diffstat (limited to 'module/common/ImportDebugger.py')
-rw-r--r-- | module/common/ImportDebugger.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/common/ImportDebugger.py b/module/common/ImportDebugger.py index a997f7b0c..ae3aef629 100644 --- a/module/common/ImportDebugger.py +++ b/module/common/ImportDebugger.py @@ -16,4 +16,4 @@ class ImportDebugger(object): print name, path -sys.meta_path.append(ImportDebugger())
\ No newline at end of file +sys.meta_path.append(ImportDebugger()) |