Always a good idea to call your new function

This commit is contained in:
Chris Jones 2009-11-20 16:52:26 -06:00
parent 025c5d3dd1
commit ac1a58e8b3
1 changed files with 2 additions and 0 deletions

View File

@ -156,6 +156,8 @@ class Config(Borg, dict):
Borg.__init__(self)
dict.__init__(self)
self.prepare_attributes()
def prepare_attributes(self):
"""Set up our borg environment"""
if self.defaults is None: