port to new borg __init__()
This commit is contained in:
parent
89425256ec
commit
9ce380ef90
|
@ -44,7 +44,7 @@ class PluginRegistry(borg.Borg):
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
"""Class initialiser"""
|
"""Class initialiser"""
|
||||||
borg.Borg.__init__(self)
|
borg.Borg.__init__(self, self.__class__.__name__)
|
||||||
self.prepare_attributes()
|
self.prepare_attributes()
|
||||||
|
|
||||||
def prepare_attributes(self):
|
def prepare_attributes(self):
|
||||||
|
|
Loading…
Reference in New Issue