summaryrefslogtreecommitdiff
path: root/tests/test_websupport.py
diff options
context:
space:
mode:
authorJacob Mason <jacoblmason@gmail.com>2010-08-04 13:20:43 -0500
committerJacob Mason <jacoblmason@gmail.com>2010-08-04 13:20:43 -0500
commita08651e6d0fe539e1bed554cfec3c6c545c5357e (patch)
tree7218f08892de0329ffb322fa4e2fb78c9ac5ca6b /tests/test_websupport.py
parent338c349dd526d1a51eef4f6aaeacb09c333eee80 (diff)
downloadsphinx-git-a08651e6d0fe539e1bed554cfec3c6c545c5357e.tar.gz
rename comments package storage
Diffstat (limited to 'tests/test_websupport.py')
-rw-r--r--tests/test_websupport.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test_websupport.py b/tests/test_websupport.py
index 8f701cd2a..bfa07226f 100644
--- a/tests/test_websupport.py
+++ b/tests/test_websupport.py
@@ -14,10 +14,10 @@ from StringIO import StringIO
from sphinx.websupport import WebSupport
from sphinx.websupport.errors import *
-from sphinx.websupport.comments.differ import CombinedHtmlDiff
-from sphinx.websupport.comments.sqlalchemystorage import Session, \
+from sphinx.websupport.storage.differ import CombinedHtmlDiff
+from sphinx.websupport.storage.sqlalchemystorage import Session, \
SQLAlchemyStorage
-from sphinx.websupport.comments.db import Node
+from sphinx.websupport.storage.db import Node
from util import *
try: