diff options
| author | Barry Warsaw | 2009-11-04 21:45:02 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2009-11-04 21:45:02 -0500 |
| commit | 40ad0384b82169a737f004321127d41bafe0632c (patch) | |
| tree | 7c0d1d1ae854489ac00317496b6901a27216593f /src/mailman/docs | |
| parent | 3c4148547217a1d025cbc03c04c0790bb6df801e (diff) | |
| download | mailman-40ad0384b82169a737f004321127d41bafe0632c.tar.gz mailman-40ad0384b82169a737f004321127d41bafe0632c.tar.zst mailman-40ad0384b82169a737f004321127d41bafe0632c.zip | |
Move a module.
Diffstat (limited to 'src/mailman/docs')
| -rw-r--r-- | src/mailman/docs/users.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/docs/users.txt b/src/mailman/docs/users.txt index 26788a2e5..a261812e2 100644 --- a/src/mailman/docs/users.txt +++ b/src/mailman/docs/users.txt @@ -137,7 +137,7 @@ Some of these preferences are booleans and they can be set to True or False. >>> config.languages.add('it', 'iso-8859-1', 'Italian') - >>> from mailman.constants import DeliveryMode + >>> from mailman.core.constants import DeliveryMode >>> prefs = user_1.preferences >>> prefs.acknowledge_posts = True >>> prefs.preferred_language = 'it' |
