summaryrefslogtreecommitdiff
path: root/tests/sanity.py
diff options
context:
space:
mode:
authorDylan Baker <baker.dylan.c@gmail.com>2014-04-09 14:45:12 -0700
committerDylan Baker <baker.dylan.c@gmail.com>2014-04-17 08:00:16 -0700
commit7902d078d9c65361847d15874787203cc73a1d26 (patch)
tree9a342e8b05309161e9279d56cb17f4fa82d50a11 /tests/sanity.py
parent95241b0c64bfb5ed186150b435be62ea59cebd13 (diff)
framework: Replace Group() with dict()
Group is a subclass of dict, with no overrides. This is silly and confusing, it's a dictionary, just use a dictionary. This has the additional advantage of removing a lot of spaghetti dependency issues, since nearly every module needed access to Group() Most of this was done with the shell command: find . -name '*py' | xargs sed -i -e 's!Group()!{}!g' Signed-off-by: Dylan Baker <baker.dylan.c@gmail.com> Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
Diffstat (limited to 'tests/sanity.py')
0 files changed, 0 insertions, 0 deletions