import of re module was missing
This commit is contained in:
parent
739c524848
commit
2bfbb97c11
|
@ -44,6 +44,7 @@ class ASCIItable():
|
||||||
get column labels by either read the first row, or
|
get column labels by either read the first row, or
|
||||||
--if keyword "head[*]" is present-- the last line of the header
|
--if keyword "head[*]" is present-- the last line of the header
|
||||||
'''
|
'''
|
||||||
|
import re
|
||||||
try:
|
try:
|
||||||
self.__IO__['in'].seek(0)
|
self.__IO__['in'].seek(0)
|
||||||
except:
|
except:
|
||||||
|
|
Loading…
Reference in New Issue