Skip to content

Commit

Permalink
Added support for #53 in /api/config
Browse files Browse the repository at this point in the history
  • Loading branch information
Einstein42 committed May 28, 2016
1 parent ac71a80 commit 9bd1453
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions polyglot/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class Polyglot(object):
def __init__(self, config_dir):
self.version = PGVERSION
_LOGGER.info('Creating Polyglot, version %s', self.version)

sys.modules['pglot'] = self
# initialize components
self.config = ConfigManager(config_dir)
Expand Down

0 comments on commit 9bd1453

Please sign in to comment.