Imported Upstream version 1.1.2
[platform/upstream/python-nose.git] / functional_tests / support / namespace_pkg / site-packages / namespace_pkg / __init__.py
1 import pkgutil
2 __path__ = pkgutil.extend_path(__path__, __name__)