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/cli/Handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/cli/Handler.py') diff --git a/module/cli/Handler.py b/module/cli/Handler.py index 476d09386..13568d570 100644 --- a/module/cli/Handler.py +++ b/module/cli/Handler.py @@ -45,4 +45,4 @@ class Handler: def renderBody(self, line): """ gets the line where to render output and should return the line number below its content """ - return line + 1 \ No newline at end of file + return line + 1 -- cgit v1.2.3