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)
commit33d22b1946fd533a088f83f0a446cb91672c9a92
treeb22eaf4d765d77f2b79431dbfd80437f9c242ae7
parentaf796806f522e9e65cdd54b95ce785176b082689
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