summaryrefslogtreecommitdiff
path: root/tests/test_websupport.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-08-21 22:36:35 +0200
committerGeorg Brandl <georg@python.org>2010-08-21 22:36:35 +0200
commit2399e4627c40b373869da4409213475ade655846 (patch)
tree572132c497bf23782f4b64e6c4177e76b702b6f5 /tests/test_websupport.py
parent092ebec8a7eb938a2c720d57b258bd6e106bff9e (diff)
downloadsphinx-git-2399e4627c40b373869da4409213475ade655846.tar.gz
Rename module to make clear it is only for sqlalchemy.
Diffstat (limited to 'tests/test_websupport.py')
-rw-r--r--tests/test_websupport.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_websupport.py b/tests/test_websupport.py
index bf66cb3b1..e008556c8 100644
--- a/tests/test_websupport.py
+++ b/tests/test_websupport.py
@@ -25,7 +25,7 @@ from sphinx.websupport.errors import *
from sphinx.websupport.storage.differ import CombinedHtmlDiff
from sphinx.websupport.storage.sqlalchemystorage import Session, \
SQLAlchemyStorage, Comment, CommentVote
-from sphinx.websupport.storage.db import Node
+from sphinx.websupport.storage.sqlalchemy_db import Node
from util import *