summaryrefslogtreecommitdiff
path: root/src/mailman/database/types.py
diff options
context:
space:
mode:
authorAbhilash Raj2014-10-02 20:16:00 +0530
committerAbhilash Raj2014-10-02 20:16:00 +0530
commit6d4af22c8ee51e1b097ec0370cadd3f5a6b95c08 (patch)
tree2f5a8b9723f670bdc4179f7dbdbb0322ab966fd9 /src/mailman/database/types.py
parent556631243a206f1680d6737227c34e2d66d85748 (diff)
parent5166ae93e5c51285661f4ac251c0d4b9390fe785 (diff)
downloadmailman-6d4af22c8ee51e1b097ec0370cadd3f5a6b95c08.tar.gz
mailman-6d4af22c8ee51e1b097ec0370cadd3f5a6b95c08.tar.zst
mailman-6d4af22c8ee51e1b097ec0370cadd3f5a6b95c08.zip
Merge barry\'s branch with test fixes and clean code
Diffstat (limited to 'src/mailman/database/types.py')
-rw-r--r--src/mailman/database/types.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/database/types.py b/src/mailman/database/types.py
index eec6df6d5..1984b08b5 100644
--- a/src/mailman/database/types.py
+++ b/src/mailman/database/types.py
@@ -29,8 +29,8 @@ __all__ = [
import uuid
from sqlalchemy import Integer
-from sqlalchemy.types import TypeDecorator, CHAR
from sqlalchemy.dialects import postgresql
+from sqlalchemy.types import TypeDecorator, CHAR