diff options
Diffstat (limited to 'bin/Command.py')
-rw-r--r-- | bin/Command.py | 2 |
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. """ |