diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-05-26 13:11:21 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-05-26 13:11:21 -0400 |
commit | eb06c142fcc577adb29853d723a0b564a4b68b21 (patch) | |
tree | 4d58a342062fb4472013c60f653c1e1118a7607f /test/dialect/test_postgresql.py | |
parent | 740223d205efed73373e620c13c119986a9c42da (diff) | |
parent | bfc948e44b15930e566d4afd4340570099af309b (diff) | |
download | sqlalchemy-eb06c142fcc577adb29853d723a0b564a4b68b21.tar.gz |
Merge branch 'master' into rel_0_9
Diffstat (limited to 'test/dialect/test_postgresql.py')
-rw-r--r-- | test/dialect/test_postgresql.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dialect/test_postgresql.py b/test/dialect/test_postgresql.py index 90a09d362..8568f6add 100644 --- a/test/dialect/test_postgresql.py +++ b/test/dialect/test_postgresql.py @@ -23,6 +23,7 @@ from sqlalchemy import util from sqlalchemy.testing.util import round_decimal from sqlalchemy.sql import table, column, operators import logging +import logging.handlers import re class SequenceTest(fixtures.TestBase, AssertsCompiledSQL): |