Initialize data file contents on creation
authorJeremy Stanley <fungi@yuggoth.org>
Sun, 1 Jun 2014 19:11:37 +0000 (19:11 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sun, 1 Jun 2014 19:11:37 +0000 (19:11 +0000)
commit797427b0e5f261336a07236cd4fc04dc759ea37c
treeb1d2f873fdeee441e9cc3771cfc98b6906e8fa33
parent36679b0d22c43137daac86522be3fdec2a4f894b
Initialize data file contents on creation

* lib/mudpy/data.py(DataFile.__init__): When instantiating a DataFile,
initialize its data class variable as an empty dict in case it's
traversed before getting populated.
lib/mudpy/data.py