Moved the ply module around

This commit is contained in:
melonhead@grimace 2009-11-12 18:20:21 -05:00
parent bfe427b69d
commit 653a5a6575
6 changed files with 6 additions and 11 deletions

View File

@ -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