summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/nbblib/commands.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nbblib/commands.py b/src/nbblib/commands.py
index 0b0df31..3b69334 100644
--- a/src/nbblib/commands.py
+++ b/src/nbblib/commands.py
@@ -76,6 +76,7 @@ class Command(object):
usage = ''
def __init__(self, *args, **kwargs):
+ super(Command, self).__init__()
self.validate_args(*args, **kwargs)
self.args = args
self.kwargs = kwargs