diff options
| author | Barry Warsaw | 2008-12-22 23:26:58 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2008-12-22 23:26:58 -0500 |
| commit | fd600d3952393dc9808fefb9be871f78cdbdff39 (patch) | |
| tree | 1c404608ccfbe640a3816859d3257025b0c4b353 /mailman/docs/styles.txt | |
| parent | dfccf2b7d2b5749c86267645aaf870f128dab2d8 (diff) | |
| download | mailman-fd600d3952393dc9808fefb9be871f78cdbdff39.tar.gz mailman-fd600d3952393dc9808fefb9be871f78cdbdff39.tar.zst mailman-fd600d3952393dc9808fefb9be871f78cdbdff39.zip | |
Convert more configuration variables to lazr.config.
Add .push() and .pop() methods to the Configuration object.
Put the 'config' object in the globals of doctests.
Add some test layers for setting up the configuration and the SMTP server.
Diffstat (limited to 'mailman/docs/styles.txt')
| -rw-r--r-- | mailman/docs/styles.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mailman/docs/styles.txt b/mailman/docs/styles.txt index 37b3b20e2..dd3aa8d07 100644 --- a/mailman/docs/styles.txt +++ b/mailman/docs/styles.txt @@ -13,7 +13,6 @@ modify the mailing list any way it wants. Let's start with a vanilla mailing list and a default style manager. - >>> from mailman.configuration import config >>> mlist = config.db.list_manager.create(u'_xtest@example.com') >>> from mailman.core.styles import style_manager |
