forked from pool/python-Sphinx
- Create a base sphinxcontrib namespace package to guarantee all the "python(2|3)-sphinxcontrib-foo" packages can be imported correctly. OBS-URL: https://build.opensuse.org/request/show/520217 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=89
3 lines
80 B
Python
3 lines
80 B
Python
# -*- coding: utf-8 -*-
|
|
__import__('pkg_resources').declare_namespace(__name__)
|