1 from __future__ import absolute_import
2 import pkgutil
3 __path__ = pkgutil.extend_path(__path__, __name__)
4