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)
* 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.


No differences found