Use importlib in place of imp
authorJeremy Stanley <fungi@yuggoth.org>
Sat, 29 Jul 2017 15:01:08 +0000 (15:01 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sat, 29 Jul 2017 15:01:08 +0000 (15:01 +0000)
commit2cfe05e78cdd620a369788549630464ae920554c
tree0591ecca85012952faf7c633401a434bc8513e4b
parent004b27a2ef9b6d410f2ec3a0661ace520861d460
Use importlib in place of imp

As of Python 3.4, the newer importlib module supports the reload()
function we need. Switch from the deprecated imp module, except
before 3.4 where we will simply pretend imp is importlib for
readability.
mudpy/__init__.py
mudpy/daemon.py