Split config.py into multiple files.
authorSteve Reinhardt <stever@eecs.umich.edu>
Mon, 4 Sep 2006 17:52:26 +0000 (10:52 -0700)
committerSteve Reinhardt <stever@eecs.umich.edu>
Mon, 4 Sep 2006 17:52:26 +0000 (10:52 -0700)
commit1233dbb9981ad27abeb22f9dcba20bd77abab041
tree62ca25bd8bfb140e8f2eb4fd59dedcf032715af8
parenta658d25d420e47362cc5eb3a872b1899cc71c181
Split config.py into multiple files.
Some tweaking to deal with mutually recursive imports.

--HG--
rename : src/python/m5/config.py => src/python/m5/SimObject.py
extra : convert_revision : 166f7bfabfd20100e93d26a89382469465859988
src/python/m5/SimObject.py [new file with mode: 0644]
src/python/m5/__init__.py
src/python/m5/config.py [deleted file]
src/python/m5/params.py [new file with mode: 0644]
src/python/m5/proxy.py [new file with mode: 0644]
src/python/m5/util.py [new file with mode: 0644]