summaryrefslogtreecommitdiffstats
path: root/common/sphinxcontrib/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'common/sphinxcontrib/__init__.py')
-rw-r--r--common/sphinxcontrib/__init__.py13
1 files changed, 0 insertions, 13 deletions
diff --git a/common/sphinxcontrib/__init__.py b/common/sphinxcontrib/__init__.py
deleted file mode 100644
index 35d34fc..0000000
--- a/common/sphinxcontrib/__init__.py
+++ /dev/null
@@ -1,13 +0,0 @@
-# -*- coding: utf-8 -*-
-"""
- sphinxcontrib
- ~~~~~~~~~~~~~
-
- This package is a namespace package that contains all extensions
- distributed in the ``sphinx-contrib`` distribution.
-
- :copyright: Copyright 2007-2009 by the Sphinx team, see AUTHORS.
- :license: BSD, see LICENSE for details.
-"""
-
-__import__('pkg_resources').declare_namespace(__name__)