diff options
| author | Barry Warsaw | 2007-11-07 06:55:13 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2007-11-07 06:55:13 -0500 |
| commit | c8940f127f99071cb4f256007ece39e6a14a5302 (patch) | |
| tree | 41fba10cdfe345d0af3d318f7fdb9d1e76ef7e0e /Mailman/tests/test_documentation.py | |
| parent | d6377c92857c513faf484ef9a91a6b00da789d4b (diff) | |
| download | mailman-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.py | 2 |
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': |
