Move lib/mudpy to mudpy for packaging preparation
authorJeremy Stanley <fungi@yuggoth.org>
Wed, 5 Oct 2016 10:02:35 +0000 (10:02 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Wed, 5 Oct 2016 10:02:35 +0000 (10:02 +0000)
commit82632f7027ecc93ebcdd8862a8452a038c688899
tree73fed019d4d83f8d37963439753977806cb6380f
parent9f1b0cd242c3d80403b18c30a5a5f22740986276
Move lib/mudpy to mudpy for packaging preparation

Move the lib/mudpy tree to just mudpy where it will ultimately
reside once integrated into a Python package. Temporarily adjust the
module search path addition in the executable until packaging work
is complete (at which point it can safely be dropped).
.gitignore
bin/mudpy
mudpy/__init__.py [moved from lib/mudpy/__init__.py with 100% similarity]
mudpy/data.py [moved from lib/mudpy/data.py with 100% similarity]
mudpy/misc.py [moved from lib/mudpy/misc.py with 100% similarity]
mudpy/password.py [moved from lib/mudpy/password.py with 100% similarity]
mudpy/telnet.py [moved from lib/mudpy/telnet.py with 100% similarity]