Bug 3011: change old-style classes to new-style classes
svn: r12559
This commit is contained in:
@ -473,7 +473,7 @@ class PG30_Def:
|
||||
return '\n\n'.join([self.tables[t].diag() for t in self.tables])
|
||||
|
||||
|
||||
class ProgenParser:
|
||||
class ProgenParser(object):
|
||||
def __init__(self, dbase, file_):
|
||||
self.bname, ext = os.path.splitext(file_)
|
||||
if ext.lower() in ('.per', '.rel', '.mem'):
|
||||
|
Reference in New Issue
Block a user