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)
commit91f6b37e5fc36953cc1f3150695382d0822b0672
tree73fed019d4d83f8d37963439753977806cb6380f
parent4708e5ad2215bce4806578c9417a09ceccef0292
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]