Back end data storage separation.
authorJeremy Stanley <fungi@yuggoth.org>
Mon, 13 Sep 2010 19:05:19 +0000 (19:05 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Mon, 13 Sep 2010 19:05:19 +0000 (19:05 +0000)
commitad484399f27d5f97fd879f0df794eb09416f4254
tree268100c74f3aa5dbae64701a9d9073b5ce943bff
parentd69137a4417ecb7bec9d607908235a44eadda446
Back end data storage separation.

* lib/mudpy/__init__.py (modules): Added the new data module to the
list.

* lib/mudpy/data.py: Implemented a new module to contain back end
data storage and retrieval functions, preparing to merge work on the
new data handling routines.

* lib/mudpy/misc.py (DataFile, find_file, makedict, makelist): Moved
to lib/mudpy/data.py.
(Element.__init__, Element.getdict, Element.getlist, Universe.load)
(replace_macros): Updated references to relocated classes and
functions.
lib/mudpy/__init__.py
lib/mudpy/data.py [new file with mode: 0644]
lib/mudpy/misc.py