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