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
|
||||
--if keyword "head[*]" is present-- the last line of the header
|
||||
'''
|
||||
import re
|
||||
try:
|
||||
self.__IO__['in'].seek(0)
|
||||
except:
|
||||
|
|
Loading…
Reference in New Issue