summaryrefslogtreecommitdiff
path: root/sphinx/websupport/storage/sqlalchemystorage.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2018-09-02 13:50:20 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2018-09-03 00:31:33 +0900
commita7cab001d9ccb1d93b28f8dc03271f2b28586830 (patch)
treeb4875b979fb49ede7f82a6bdcb020f47528addce /sphinx/websupport/storage/sqlalchemystorage.py
parentbc02abcb77143d12c08265c4c10ba9c6cd003832 (diff)
downloadsphinx-git-a7cab001d9ccb1d93b28f8dc03271f2b28586830.tar.gz
Drop APIs deprecated in 2.0
Diffstat (limited to 'sphinx/websupport/storage/sqlalchemystorage.py')
-rw-r--r--sphinx/websupport/storage/sqlalchemystorage.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/sphinx/websupport/storage/sqlalchemystorage.py b/sphinx/websupport/storage/sqlalchemystorage.py
deleted file mode 100644
index b018ea0a3..000000000
--- a/sphinx/websupport/storage/sqlalchemystorage.py
+++ /dev/null
@@ -1,12 +0,0 @@
-# -*- coding: utf-8 -*-
-"""
- sphinx.websupport.storage.sqlalchemystorage
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
- An SQLAlchemy storage backend.
-
- :copyright: Copyright 2007-2018 by the Sphinx team, see AUTHORS.
- :license: BSD, see LICENSE for details.
-"""
-
-from sphinxcontrib.websupport.storage.sqlalchemystorage import SQLAlchemyStorage # NOQA