orderdict: Use DictMixin and add orderdict to m5.util

This commit is contained in:
Nathan Binkert
2009-08-16 13:40:00 -07:00
parent 06c7ecb207
commit 2334e6fdd5
3 changed files with 29 additions and 34 deletions

View File

@@ -29,6 +29,7 @@
from attrdict import attrdict, optiondict
from misc import *
from multidict import multidict
from orderdict import orderdict
import jobfile
def print_list(items, indent=4):