diff options
| author | Aurélien Bompard | 2015-07-29 16:46:34 +0200 |
|---|---|---|
| committer | Barry Warsaw | 2016-05-04 21:05:49 -0500 |
| commit | 7216f6366ff51b034e420efb1206d1676dce78ef (patch) | |
| tree | 4a7a3081494dae197a2a0b9e247e6373e90710ec /src/mailman/interfaces/preferences.py | |
| parent | 3ea95814ac6eb10445bce46f0cc33489efd122d1 (diff) | |
| download | mailman-7216f6366ff51b034e420efb1206d1676dce78ef.tar.gz mailman-7216f6366ff51b034e420efb1206d1676dce78ef.tar.zst mailman-7216f6366ff51b034e420efb1206d1676dce78ef.zip | |
Diffstat (limited to 'src/mailman/interfaces/preferences.py')
| -rw-r--r-- | src/mailman/interfaces/preferences.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mailman/interfaces/preferences.py b/src/mailman/interfaces/preferences.py index 4b5b490cb..84f85820a 100644 --- a/src/mailman/interfaces/preferences.py +++ b/src/mailman/interfaces/preferences.py @@ -68,3 +68,9 @@ class IPreferences(Interface): which means that no preference is specified. XXX I'm not sure this is the right place to put this.""") + + def absorb(preferences): + """Merge these preferences, and then delete them. + + Only this instance's unset preferences (None/NULL) will be imported. + """ |
