From 97ab599dd8aebd14e6f7369a59d415fdeca914bc Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Fri, 28 Mar 2014 22:37:38 +0100 Subject: Fix EOF Merged vuolter/pyload@2635efd --- module/common/ImportDebugger.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/common/ImportDebugger.py') 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()) -- cgit v1.2.3