diff options
| author | Barry Warsaw | 2013-09-01 11:21:39 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2013-09-01 11:21:39 -0400 |
| commit | 6f80919e380f77d416fac5f8d7c7bfd6f7b3774a (patch) | |
| tree | 47054154e162ad374a332043149452a8f86884ec /src/mailman/interfaces/autorespond.py | |
| parent | e0e5fe66f8373753100e0146e4b470577492c1a1 (diff) | |
| parent | 6644023236f207652519a430109a1f6f2893370f (diff) | |
| download | mailman-6f80919e380f77d416fac5f8d7c7bfd6f7b3774a.tar.gz mailman-6f80919e380f77d416fac5f8d7c7bfd6f7b3774a.tar.zst mailman-6f80919e380f77d416fac5f8d7c7bfd6f7b3774a.zip | |
Diffstat (limited to 'src/mailman/interfaces/autorespond.py')
| -rw-r--r-- | src/mailman/interfaces/autorespond.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/interfaces/autorespond.py b/src/mailman/interfaces/autorespond.py index 7c66d984f..acad717f1 100644 --- a/src/mailman/interfaces/autorespond.py +++ b/src/mailman/interfaces/autorespond.py @@ -30,7 +30,7 @@ __all__ = [ from datetime import timedelta -from flufl.enum import Enum +from enum import Enum from zope.interface import Interface, Attribute ALWAYS_REPLY = timedelta() |
