Skip to content

Commit

Permalink
Change that didn't make it into the rebase.
Browse files Browse the repository at this point in the history
  • Loading branch information
AstraLuma committed Nov 22, 2011
1 parent 15903a1 commit 918fd4a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions bot.py
Expand Up @@ -93,10 +93,7 @@ def __init__(self, config):
self.doc = {}
self.stats = {}
self.activity = {}
self.DataStore = __import__(
'storebackends.'+config.datastore,
fromlist=['DataStore'],
).DataStore
self.DataStore = __import__('storebackends.'+getattr(config, 'datastore', 'jsonfile'), fromlist=['DataStore'], ).DataStore

# Used to track extensions
self.CommandInput = CommandInput
Expand Down

0 comments on commit 918fd4a

Please sign in to comment.