mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
started parser
This commit is contained in:
parent
60bc227963
commit
08528c1574
2 changed files with 1542 additions and 1 deletions
|
@ -4,7 +4,7 @@ import os
|
|||
import sys
|
||||
from collections import Sequence
|
||||
from pprint import pprint, pformat
|
||||
sys.path.insert(0, os.path.abspath('..'))
|
||||
sys.path.insert(0, os.path.abspath('..')) # FIXME
|
||||
|
||||
import nose
|
||||
from nose.tools import assert_equal
|
||||
|
|
1541
xonsh/parser.py
Normal file
1541
xonsh/parser.py
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue