Sign in
gem5
/
public
/
gem5
/
8a11b39c41353ec5345250a0ca370b89d14e97bd
/
.
/
ext
/
ply
/
test
/
pkg_test1
/
__init__.py
blob: 0e195589eb054f6eadee80b790c23381926dbfbb [
file
] [
log
] [
blame
]
# Tests proper handling of lextab and parsetab files in package structures
# Here for testing purposes
import
sys
if
'..'
not
in
sys
.
path
:
sys
.
path
.
insert
(
0
,
'..'
)
from
.
parsing
.
calcparse
import
parser