Skip to content

Commit

Permalink
[GrapheneClient] Initialize configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
xeroc committed Jan 20, 2016
1 parent 0a2ed00 commit 596a579
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions grapheneapi/grapheneclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,11 @@ class GrapheneClient() :
ws = None

def __init__(self, config):
""" Initialize configuration
"""

# Initialize through __init__ if available
config.__init__(config)

available_features = dir(config)

Expand Down

0 comments on commit 596a579

Please sign in to comment.