Mark unused import false positives
authorJeremy Stanley <fungi@yuggoth.org>
Tue, 29 Jul 2014 19:37:50 +0000 (19:37 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Tue, 29 Jul 2014 19:37:50 +0000 (19:37 +0000)
commitea945a289230d6d8f3010e9c9b8b5b1fd1f293db
treedc0e25a34ac98a8e817fa6ffd7ddcfb00e60940a
parent2e3fb80a1f95a14453b3cd96a1a6fa6cc7584825
Mark unused import false positives

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.
lib/mudpy/__init__.py