Split the string importer from the rest of the mpy parsing
authorNathan Binkert <binkertn@umich.edu>
Wed, 9 Mar 2005 03:07:26 +0000 (22:07 -0500)
committerNathan Binkert <binkertn@umich.edu>
Wed, 9 Mar 2005 03:07:26 +0000 (22:07 -0500)
commit689f6d1b02f788ecd2a44ff4ca010acc38d14954
tree99a5144a8f4d07f3f368c41390102e8f0da99927
parent550e6a5010602049b9be426ba41939ee7167ccd9
Split the string importer from the rest of the mpy parsing
and importing stuff to avoid some confusion.

sim/pyconfig/SConscript:
    Split the string importer from the rest of the importer code.
    The importer.py code can be embedded like m5config.py
sim/pyconfig/m5config.py:
    import what we need from importer

--HG--
extra : convert_revision : 9d57f43381b55e717b5b10adfb8f0a522280ac57
sim/pyconfig/SConscript
sim/pyconfig/m5config.py