Sign in
gem5
/
public
/
gem5
/
36e5feb0defe70c55f7d58f15bcb04348ce6b15a
/
.
/
ext
/
ply
/
test
/
pkg_test2
/
__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