diff options
author | mike bayer <mike_mp@zzzcomputing.com> | 2013-05-26 07:46:16 -0700 |
---|---|---|
committer | mike bayer <mike_mp@zzzcomputing.com> | 2013-05-26 07:46:16 -0700 |
commit | bfc948e44b15930e566d4afd4340570099af309b (patch) | |
tree | 84cee5cc407d63c633e88a21c4010834a4c41d03 /test/dialect/test_postgresql.py | |
parent | 07d200166aa44532e41ac82640eb372f92b00b9f (diff) | |
parent | 3406deac19e5f86ce4d09b8acd6f4aff433206c9 (diff) | |
download | sqlalchemy-bfc948e44b15930e566d4afd4340570099af309b.tar.gz |
Merge pull request #1 from cjw296/small-fixes
Small fixes
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 e217eb0b8..4fd5bc9c1 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): |