class ModuleDeprecationWarning(DeprecationWarning):
Module deprecation warning.
The nose tester turns ordinary Deprecation warnings into test failures. That makes it hard to deprecate whole modules, because they get imported by default. So this is a special Deprecation warning that the nose tester will let pass without making tests fail.