summaryrefslogtreecommitdiff
path: root/test/dialect/test_postgresql.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2013-05-26 13:11:21 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2013-05-26 13:11:21 -0400
commiteb06c142fcc577adb29853d723a0b564a4b68b21 (patch)
tree4d58a342062fb4472013c60f653c1e1118a7607f /test/dialect/test_postgresql.py
parent740223d205efed73373e620c13c119986a9c42da (diff)
parentbfc948e44b15930e566d4afd4340570099af309b (diff)
downloadsqlalchemy-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.py1
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):