Skip to content

Commit

Permalink
Fixes Python2.7 error
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Krienbühl committed Jul 30, 2018
1 parent c587e41 commit 1cea463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suitable/mitogen.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ def __init__(self, *args, **kwargs):
if 'strategy' not in kwargs:
kwargs['strategy'] = 'mitogen_linear'

super().__init__(*args, **kwargs)
super(Api, self).__init__(*args, **kwargs)

0 comments on commit 1cea463

Please sign in to comment.