Closed matejak closed 9 years ago
The top-level __init__.py is imported because of the version number defined there and it uses the convenience import *, which imports virtually all dependencies.
__init__.py
import *
The top-level
__init__.py
is imported because of the version number defined there and it uses the convenienceimport *
, which imports virtually all dependencies.