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)
commit96e7bf74c86fc4a66356957e4fd4f4e0fc987b5e
treeb0dff87c79eea5b76bf0d0b269325a11d78044f7
parent8be2a2444ef0b5861f7081b1bdf2486fbb0a113d
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