Switch basic data loader unit from element to node
authorJeremy Stanley <fungi@yuggoth.org>
Sun, 21 Feb 2016 21:45:07 +0000 (21:45 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sun, 21 Feb 2016 21:45:07 +0000 (21:45 +0000)
commit6e92c2d80dfd8f87d57c569db2fd9c9892a407a5
treeb0dff87c79eea5b76bf0d0b269325a11d78044f7
parent25a689c9a8aa8f91757f4264900ed9cab40affb4
Switch basic data loader unit from element to node

In preparation for a migration to a new flat data model where
elements are inferred from facet names, stop referring to the
top-level keys in data files as elements and instead call them
nodes. During the transitional period, a node could be an old-style
element or a new-style element's facet.
lib/mudpy/data.py