New-style classes implemented for python 2.7 - #2147
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import textwrap
|
||||
import inspect
|
||||
|
||||
class Writer:
|
||||
class Writer(object):
|
||||
def __init__(self, clsname):
|
||||
self.clsname = clsname
|
||||
|
||||
|
||||
Reference in New Issue
Block a user