summaryrefslogtreecommitdiffstats
path: root/module/common/ImportDebugger.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-03-28 22:37:38 +0100
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-06-28 02:47:21 +0200
commit97ab599dd8aebd14e6f7369a59d415fdeca914bc (patch)
treefad17453cbf07ab91d81265f618b35622580f7ef /module/common/ImportDebugger.py
parentRemove bad whitespaces (diff)
downloadpyload-97ab599dd8aebd14e6f7369a59d415fdeca914bc.tar.xz
Fix EOF
Merged vuolter/pyload@2635efd
Diffstat (limited to 'module/common/ImportDebugger.py')
-rw-r--r--module/common/ImportDebugger.py2
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())