summaryrefslogtreecommitdiff
path: root/sphinx/websupport/comments/sqlalchemystorage.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/websupport/comments/sqlalchemystorage.py')
-rw-r--r--sphinx/websupport/comments/sqlalchemystorage.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/sphinx/websupport/comments/sqlalchemystorage.py b/sphinx/websupport/comments/sqlalchemystorage.py
index 8ee117502..312663c81 100644
--- a/sphinx/websupport/comments/sqlalchemystorage.py
+++ b/sphinx/websupport/comments/sqlalchemystorage.py
@@ -1,3 +1,14 @@
+# -*- coding: utf-8 -*-
+"""
+ sphinx.websupport.comments.sqlalchemystorage
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+ A SQLAlchemy storage backend.
+
+ :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS.
+ :license: BSD, see LICENSE for details.
+"""
+
from datetime import datetime
from sphinx.websupport.comments import StorageBackend