1# vim:fileencoding=utf-8:noet
2from __future__ import (unicode_literals, division, absolute_import, print_function)
3from pkgutil import extend_path
4
5
6__path__ = extend_path(__path__, __name__)
7