summaryrefslogtreecommitdiff
path: root/src/python/m5/SimObject.py
diff options
context:
space:
mode:
authorNathan Binkert <nate@binkert.org>2008-06-14 20:19:49 -0700
committerNathan Binkert <nate@binkert.org>2008-06-14 20:19:49 -0700
commitf82d4e2364e9df683b6891c04efaa861093a50ec (patch)
tree07ea1e455a63c632643ef19cc3cfef6259e0beab /src/python/m5/SimObject.py
parentfe325c7f4341b25cae65cbe529caa0a46140501a (diff)
downloadgem5-f82d4e2364e9df683b6891c04efaa861093a50ec.tar.xz
python: Move various utility classes into a new m5.util package so
they're all in the same place. This also involves having just one jobfile.py and moving it into the utils directory to avoid duplication. Lots of improvements to the utility as well. --HG-- rename : src/python/m5/attrdict.py => src/python/m5/util/attrdict.py rename : util/pbs/jobfile.py => src/python/m5/util/jobfile.py rename : src/python/m5/util.py => src/python/m5/util/misc.py rename : src/python/m5/multidict.py => src/python/m5/util/multidict.py rename : util/stats/orderdict.py => src/python/m5/util/orderdict.py
Diffstat (limited to 'src/python/m5/SimObject.py')
-rw-r--r--src/python/m5/SimObject.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/python/m5/SimObject.py b/src/python/m5/SimObject.py
index d1aec44b3..41ed3df9e 100644
--- a/src/python/m5/SimObject.py
+++ b/src/python/m5/SimObject.py
@@ -32,7 +32,6 @@ import sys, types
import proxy
import m5
from util import *
-from multidict import multidict
# These utility functions have to come first because they're
# referenced in params.py... otherwise they won't be defined when we