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)
commitc107f5282c9c7356103a5556a7173aa35a5805ec
tree179e8204bfac26509d851963ca6ec3baee5b0c04
parent88c7d9af54cb58c969fde48d3ebdb674c8120494
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