port to new borg __init__()

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

View File

@ -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):