summaryrefslogtreecommitdiff
path: root/Mailman/tests/test_documentation.py
diff options
context:
space:
mode:
authorBarry Warsaw2007-11-07 06:55:13 -0500
committerBarry Warsaw2007-11-07 06:55:13 -0500
commitc8940f127f99071cb4f256007ece39e6a14a5302 (patch)
tree41fba10cdfe345d0af3d318f7fdb9d1e76ef7e0e /Mailman/tests/test_documentation.py
parentd6377c92857c513faf484ef9a91a6b00da789d4b (diff)
downloadmailman-c8940f127f99071cb4f256007ece39e6a14a5302.tar.gz
mailman-c8940f127f99071cb4f256007ece39e6a14a5302.tar.zst
mailman-c8940f127f99071cb4f256007ece39e6a14a5302.zip
Diffstat (limited to 'Mailman/tests/test_documentation.py')
-rw-r--r--Mailman/tests/test_documentation.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Mailman/tests/test_documentation.py b/Mailman/tests/test_documentation.py
index 9de74e109..575d8e6bd 100644
--- a/Mailman/tests/test_documentation.py
+++ b/Mailman/tests/test_documentation.py
@@ -29,7 +29,6 @@ import Mailman
from Mailman.Message import Message
from Mailman.app.styles import style_manager
from Mailman.configuration import config
-from Mailman.database import flush
COMMASPACE = ', '
@@ -51,7 +50,6 @@ def cleaning_teardown(testobj):
"""Clear all persistent data at the end of a doctest."""
# Clear the database of all rows.
config.db._reset()
- flush()
# Remove all but the default style.
for style in style_manager.styles:
if style.name <> 'default':