import sys, os.path, re
sys.path.append(os.path.join(os.path.dirname(__file__), os.pardir, os.pardir,
sys.path.insert(0, os.path.join(os.path.dirname(__file__), os.pardir, os.pardir,
'other-licenses', 'ply'))
from ply import lex, yacc