summaryrefslogtreecommitdiff
path: root/sphinx/websupport/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/websupport/__init__.py')
-rw-r--r--sphinx/websupport/__init__.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/sphinx/websupport/__init__.py b/sphinx/websupport/__init__.py
new file mode 100644
index 000000000..36c2dcc91
--- /dev/null
+++ b/sphinx/websupport/__init__.py
@@ -0,0 +1,14 @@
+# -*- coding: utf-8 -*-
+"""
+ sphinx.websupport
+ ~~~~~~~~~~~~~~~~~
+
+ Web Support Package
+
+ :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS.
+ :license: BSD, see LICENSE for details.
+"""
+
+from sphinx.websupport.api import WebSupport
+
+support = WebSupport()