The reload function is in the imp module
authorJeremy Stanley <fungi@yuggoth.org>
Wed, 30 Jan 2013 00:28:34 +0000 (00:28 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Wed, 30 Jan 2013 00:28:34 +0000 (00:28 +0000)
commita41f8373eadc72be7342591cad5e7f50701bbb13
tree83e19ff7836bb620123aaf10b02ef19beee4f9aa
parent9ce3f5dad341c5d0988e2cd59dba61d9e1ec438e
The reload function is in the imp module

* bin/mudpy
* lib/mudpy/__init__.py: For Py3K compatibility, only invoke the reload
function from the imp module rather than the global built-in namespace.
bin/mudpy
lib/mudpy/__init__.py