import of re module was missing

This commit is contained in:
Christoph Kords 2011-12-18 15:49:44 +00:00
parent 739c524848
commit 2bfbb97c11
1 changed files with 1 additions and 0 deletions

View File

@ -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: