blob: 5dbe0cbd1d96984a572f61ee0815855d86853b0d [file] [log] [blame]
# Tests proper sorting of modules in yacc.ParserReflect.get_pfunctions
# Here for testing purposes
import sys
if '..' not in sys.path:
sys.path.insert(0, '..')
from .parsing.calcparse import parser