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/interfaces/database.py | |
| parent | d6377c92857c513faf484ef9a91a6b00da789d4b (diff) | |
| download | mailman-c8940f127f99071cb4f256007ece39e6a14a5302.tar.gz mailman-c8940f127f99071cb4f256007ece39e6a14a5302.tar.zst mailman-c8940f127f99071cb4f256007ece39e6a14a5302.zip | |
Fix two doctests: addresses.txt and mlist-addresses.txt
Remove flush() altogether. Yee-haw! Rework queries to be Stormy. Fix
doctests to be Unicode-ish.
Diffstat (limited to 'Mailman/interfaces/database.py')
| -rw-r--r-- | Mailman/interfaces/database.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Mailman/interfaces/database.py b/Mailman/interfaces/database.py index f4dd693a4..372992952 100644 --- a/Mailman/interfaces/database.py +++ b/Mailman/interfaces/database.py @@ -39,9 +39,6 @@ class IDatabase(Interface): configuration file setting. """ - def flush(): - """Flush current database changes.""" - def _reset(): """Reset the database to its pristine state. |
