diff options
Diffstat (limited to 'module/cli/Handler.py')
-rw-r--r-- | module/cli/Handler.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/module/cli/Handler.py b/module/cli/Handler.py index 476d09386..37b0d7b99 100644 --- a/module/cli/Handler.py +++ b/module/cli/Handler.py @@ -1,7 +1,6 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- # -#Copyright (C) 2011 RaNaN +#Copyright (C) 2011-2014 RaNaN # #This program is free software; you can redistribute it and/or modify #it under the terms of the GNU General Public License as published by @@ -45,4 +44,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 |