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)
commitd1bb931c57c032deaf555bbf0df85cfe4a787c70
treecd71865aef90afc177fec834ee0b1030992d5978
parent1ea09b81fed5028954588048880577220964d3a3
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