More Python hacking to deal with config.py split

and resulting recursive import trickiness.

--HG--
extra : convert_revision : 1ea93861eb8d260c9f3920dda0b8106db3e03705
This commit is contained in:
Steve Reinhardt
2006-09-04 17:14:07 -07:00
parent 1233dbb998
commit c39aea440c
35 changed files with 155 additions and 102 deletions

View File

@@ -1,4 +1,5 @@
from m5.config import *
from m5.params import *
from m5.proxy import *
from MemObject import MemObject
class PioDevice(MemObject):