From d630a2e6ef7031745509b641cdd9f81385c37d56 Mon Sep 17 00:00:00 2001 From: Chris Withers Date: Sat, 18 May 2013 08:51:24 +0100 Subject: Add missing import that caused test_notice_logging to fail if this suite was run on its own. --- test/dialect/test_postgresql.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/dialect/test_postgresql.py') 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): -- cgit v1.2.1