Since the reload framework in the package's init imports modules
which look as if they don't get used, add noqa comments inline to
indicate they should be ignored by static analysis tools.
# to use, copy, modify, and distribute this software is granted under
# terms provided in the LICENSE file distributed with this software.
-import imp
+import imp # noqa (referenced via exec of string literal below)
-import mudpy
+import mudpy # noqa (referenced via exec of string literal below)
def load():