Convert old style classes to new
This commit is contained in:
@@ -27,7 +27,7 @@ class ImportError(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class DamagePattern():
|
||||
class DamagePattern(object):
|
||||
instance = None
|
||||
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user