diff options
| author | Barry Warsaw | 2016-11-30 20:57:31 +0000 |
|---|---|---|
| committer | Barry Warsaw | 2016-11-30 20:57:31 +0000 |
| commit | 36a17d6ef058d61c9f866c66f3d9c74703fb72cc (patch) | |
| tree | 4ac6f4060582744159e612b66b88b86e241a0d6e /src/mailman/model/autorespond.py | |
| parent | cb498d3e960af6c741fac9896d8a60bab9f79865 (diff) | |
| parent | 4a8b154e92acc76cdb437f2dc57543f67e1390a3 (diff) | |
| download | mailman-36a17d6ef058d61c9f866c66f3d9c74703fb72cc.tar.gz mailman-36a17d6ef058d61c9f866c66f3d9c74703fb72cc.tar.zst mailman-36a17d6ef058d61c9f866c66f3d9c74703fb72cc.zip | |
Diffstat (limited to 'src/mailman/model/autorespond.py')
| -rw-r--r-- | src/mailman/model/autorespond.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/model/autorespond.py b/src/mailman/model/autorespond.py index 20c19889f..e9509c4f8 100644 --- a/src/mailman/model/autorespond.py +++ b/src/mailman/model/autorespond.py @@ -17,13 +17,13 @@ """Autoresponder records.""" -from mailman import public from mailman.database.model import Model from mailman.database.transaction import dbconnection from mailman.database.types import Enum from mailman.interfaces.autorespond import ( IAutoResponseRecord, IAutoResponseSet, Response) from mailman.utilities.datetime import today +from public import public from sqlalchemy import Column, Date, ForeignKey, Integer, desc from sqlalchemy.orm import relationship from zope.interface import implementer |
