blob: 612d32836bb6389249520d017013c183b80b20e8 [file] [log] [blame]
# This is a Python "namespace package" http://www.python.org/dev/peps/pep-0382/
from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)