diff options
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 4e1f42cca..92e0b6ebe 100644 --- a/src/mailman/model/autorespond.py +++ b/src/mailman/model/autorespond.py @@ -28,7 +28,7 @@ __all__ = [ from sqlalchemy import (Column, Integer, String, Unicode, ForeignKey, Date) -from storm.locals import And, Date, Desc, Int, Reference +from sqlalchemy.orm import relationship from zope.interface import implementer from mailman.database.model import Model |
