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/debug.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/debug.py') 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" -- cgit v1.2.3