diff options
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" |