Imported from archive.
authorJeremy Stanley <fungi@yuggoth.org>
Mon, 18 Jul 2005 22:24:29 +0000 (22:24 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Mon, 18 Jul 2005 22:24:29 +0000 (22:24 +0000)
commitd49d19d943672b3cea1b2e43802f4b5eca6c81b5
treeab5bb8a04b057125c261eea7554d0c4587de73f8
parent75eb080edddbffd4e6e0208aeff751b072da8288
Imported from archive.

* Initial commit of working project files.
15 files changed:
bin/muff [new file with mode: 0755]
doc/license [new file with mode: 0644]
etc/muff.conf [new file with mode: 0644]
lib/commands/active [new file with mode: 0644]
lib/menus/account_creation [new file with mode: 0644]
lib/menus/active [new file with mode: 0644]
lib/menus/login [new file with mode: 0644]
lib/muff/__init__.py [new file with mode: 0644]
lib/muff/muffcmds.py [new file with mode: 0644]
lib/muff/muffconf.py [new file with mode: 0644]
lib/muff/muffmain.py [new file with mode: 0644]
lib/muff/muffmenu.py [new file with mode: 0644]
lib/muff/muffmisc.py [new file with mode: 0644]
lib/muff/muffsock.py [new file with mode: 0644]
lib/muff/muffuser.py [new file with mode: 0644]