1c1
< # lex_token.py
---
> # lex_ignore2.py
6c6
< sys.path.insert(0,"..")
---
> if ".." not in sys.path: sys.path.insert(0,"..")
25d24
< import sys
26a26
>