Imported from archive.
authorJeremy Stanley <fungi@yuggoth.org>
Fri, 18 Nov 2005 21:03:52 +0000 (21:03 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Fri, 18 Nov 2005 21:03:52 +0000 (21:03 +0000)
* archetype, mudpy.conf (__control), mudpy.py (User.new_avatar),
template: Retermed template as archetype.

* mudpy.py: Added more code commentary, and refactored some sections
of the source to improve readability.
(DataFile.is_writeable, DataFile.save): Abstracted out the writeable
check from the save method into a separate method.
(DataFile.save): Adjusted to only write when elements within that
file have been modified.
(Element.delete): Removed obsolete method, recently implemented more
cleanly as remove_facet.


No differences found