Comment 7 for bug 1372250

Revision history for this message
Robert Collins (lifeless) wrote :

We could also switch to using

from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)

rather than pkg_resources, for less evil.