diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-03-28 22:37:38 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-06-28 02:47:21 +0200 |
commit | 97ab599dd8aebd14e6f7369a59d415fdeca914bc (patch) | |
tree | fad17453cbf07ab91d81265f618b35622580f7ef /module/debug.py | |
parent | Remove bad whitespaces (diff) | |
download | pyload-97ab599dd8aebd14e6f7369a59d415fdeca914bc.tar.xz |
Fix EOF
Merged vuolter/pyload@2635efd
Diffstat (limited to 'module/debug.py')
-rw-r--r-- | module/debug.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/debug.py b/module/debug.py index 8d1ddd3d0..aa1c9cdaf 100644 --- a/module/debug.py +++ b/module/debug.py @@ -92,4 +92,4 @@ def initReport(): return frame, plugin, pyfile if __name__=='__main__': - print "No main method, use this module with your python shell"
\ No newline at end of file + print "No main method, use this module with your python shell" |