Implement new style element support
authorJeremy Stanley <fungi@yuggoth.org>
Thu, 21 Apr 2016 14:35:13 +0000 (14:35 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Thu, 21 Apr 2016 14:35:13 +0000 (14:35 +0000)
commit0ec6c2af4c21fa1cfcee1c76b5e53221faefab10
tree179e8204bfac26509d851963ca6ec3baee5b0c04
parent2c056d66682c4a3d25a42054f123be1fdcc343e7
Implement new style element support

Add support for new style elements implemented as a flat associative
array of facets prefixed with their element names, and switching to
"." as a prefix separator. This is initially backward compatible
using a toggle and some sniffing of key names to distinguish old and
new style elements. Once the transition from old to new style has
been completed, the compatibility code can be cleaned up.
lib/mudpy/data.py
lib/mudpy/misc.py