1c1
< # lex_token.py
---
> # lex_error3.py
6c6
< sys.path.insert(0,"..")
---
> if ".." not in sys.path: sys.path.insert(0,"..")
23d22
< sys.tracebacklimit = 0
24a24
>