comparison ply-3.8/test/pkg_test3/__init__.py @ 7267:343ff337a19b

<ais523> ` tar -xf ply-3.8.tar.gz
author HackBot
date Wed, 23 Mar 2016 02:40:16 +0000
parents
children
comparison
equal deleted inserted replaced
7266:61a39a120dee 7267:343ff337a19b
1 # Tests proper handling of lextab and parsetab files in package structures
2
3 # Here for testing purposes
4 import sys
5 if '..' not in sys.path:
6 sys.path.insert(0, '..')
7
8 from .parsing.calcparse import parser
9