aboutsummaryrefslogtreecommitdiff
path: root/_exts/httpdomain/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to '_exts/httpdomain/__init__.py')
-rw-r--r--_exts/httpdomain/__init__.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/_exts/httpdomain/__init__.py b/_exts/httpdomain/__init__.py
new file mode 100644
index 0000000..b5a7dc2
--- /dev/null
+++ b/_exts/httpdomain/__init__.py
@@ -0,0 +1,14 @@
1# -*- coding: utf-8 -*-
2"""
3 sphinxcontrib
4 ~~~~~~~~~~~~~
5
6 This package is a namespace package that contains all extensions
7 distributed in the ``sphinx-contrib`` distribution.
8
9 :copyright: Copyright 2007-2009 by the Sphinx team, see AUTHORS.
10 :license: BSD, see LICENSE for details.
11"""
12
13__import__('pkg_resources').declare_namespace(__name__)
14