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)
* 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.


No differences found