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)
commit76660ba460dec6c0c70dcad634afe79c09fa3a27
treea8eed6596294b0b849a6fe2d808f79aab7a1bd5d
parent5051d98170148455cd687c680c0caf0581e247b1
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]