Moved the ply module around
This commit is contained in:
parent
bfe427b69d
commit
653a5a6575
|
@ -22,11 +22,6 @@
|
||||||
#-----------------------------------------------------------------
|
#-----------------------------------------------------------------
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
# This is not required if you've installed pycparser into
|
|
||||||
# your site-packages/ with setup.py
|
|
||||||
#
|
|
||||||
sys.path.insert(0, '..')
|
|
||||||
|
|
||||||
from pycparser import c_parser, c_ast
|
from pycparser import c_parser, c_ast
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue