diff options
| author | Abhilash Raj | 2014-10-02 20:16:00 +0530 |
|---|---|---|
| committer | Abhilash Raj | 2014-10-02 20:16:00 +0530 |
| commit | 6d4af22c8ee51e1b097ec0370cadd3f5a6b95c08 (patch) | |
| tree | 2f5a8b9723f670bdc4179f7dbdbb0322ab966fd9 /src/mailman/database/types.py | |
| parent | 556631243a206f1680d6737227c34e2d66d85748 (diff) | |
| parent | 5166ae93e5c51285661f4ac251c0d4b9390fe785 (diff) | |
| download | mailman-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.py | 2 |
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 |
