__slots__ cause problems with python3
This commit is contained in:
parent
cb62066667
commit
5d4f272f03
|
@ -14,12 +14,6 @@ except(NameError):
|
|||
class ASCIItable():
|
||||
"""Read and write to ASCII tables"""
|
||||
|
||||
__slots__ = ['__IO__',
|
||||
'info',
|
||||
'labeled',
|
||||
'data',
|
||||
]
|
||||
|
||||
tmpext = '_tmp' # filename extension for in-place access
|
||||
|
||||
# ------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue