Remove struct
authorBen Steffen <bds@mit.edu>
Tue, 26 Nov 2019 19:20:36 +0000 (14:20 -0500)
committerBen Steffen <bds@mit.edu>
Tue, 26 Nov 2019 19:21:41 +0000 (14:21 -0500)
commit54077f57e847f2a99d925b6eb1642f47055b5be5
tree50ead8bb843c4dface58c45d111448acd5e1e8e8
parent3a9117aafeca58769b70d484e0494c887cf7d4c9
Remove struct

The advanced features of struct were not being used anywhere and accessing members
using just a dot can be problematic (e.g. a key named "items" would break dict.items())
python/invirt/common.py