summaryrefslogtreecommitdiffstats
path: root/pyload/cli/Handler.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-12-01 23:53:07 +0100
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-12-01 23:53:07 +0100
commit004a80bfaad38f9400e8aebcb8f980353a232295 (patch)
tree1e786d2d14a3040767aac237982544b74a9567cb /pyload/cli/Handler.py
parentFix previous merge (diff)
downloadpyload-004a80bfaad38f9400e8aebcb8f980353a232295.tar.xz
PEP-8, Python Zen, refactor and reduce code (thx FedeG)
Diffstat (limited to 'pyload/cli/Handler.py')
-rw-r--r--pyload/cli/Handler.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/pyload/cli/Handler.py b/pyload/cli/Handler.py
index 37b0d7b99..6ded952ec 100644
--- a/pyload/cli/Handler.py
+++ b/pyload/cli/Handler.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
-#Copyright (C) 2011-2014 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
@@ -16,7 +16,9 @@
# along with this program; if not, see <http://www.gnu.org/licenses/>.
#
###
-class Handler:
+
+
+class Handler(object):
def __init__(self, cli):
self.cli = cli
self.init()