summaryrefslogtreecommitdiffstats
path: root/bin/Command.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/Command.py')
-rw-r--r--bin/Command.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Command.py b/bin/Command.py
index 28fb110..8702f51 100644
--- a/bin/Command.py
+++ b/bin/Command.py
@@ -14,7 +14,7 @@ class Usage(Exception):
def __init__(self, msg):
self.msg = msg
-class CommandRunner:
+class CommandRunner(object):
"""
Representation of a command to be executed.
"""