port to new borg __init__()

This commit is contained in:
Chris Jones 2009-12-22 00:25:25 +00:00
parent 89425256ec
commit 9ce380ef90
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ class PluginRegistry(borg.Borg):
def __init__(self):
"""Class initialiser"""
borg.Borg.__init__(self)
borg.Borg.__init__(self, self.__class__.__name__)
self.prepare_attributes()
def prepare_attributes(self):