Skip to content
This repository has been archived by the owner on Jul 12, 2020. It is now read-only.

Commit

Permalink
Merge pull request #21 from eliadl/master
Browse files Browse the repository at this point in the history
Add support for multiple inheritence.
  • Loading branch information
eplaut committed Nov 29, 2016
2 parents 92ff6df + e7dc59e commit ef9c2ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions butler/butler.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ class Butler(object):

def __init__(self, *args, **kwargs): # pylint: disable=unused-argument
"""Init Butler functions."""
super(Butler, self).__init__()
self.functions = []
self.init_functions()
self._swagger_api_file = kwargs.get('swagger_file', None)
Expand Down

0 comments on commit ef9c2ad

Please sign in to comment.