]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Add missing import that caused test_notice_logging to fail if this suite was run...
authorChris Withers <chris@simplistix.co.uk>
Sat, 18 May 2013 07:51:24 +0000 (08:51 +0100)
committerChris Withers <chris@simplistix.co.uk>
Sun, 26 May 2013 12:05:53 +0000 (13:05 +0100)
test/dialect/test_postgresql.py

index e217eb0b812b20832c96b15e126e9c1d580f7bc3..4fd5bc9c123e71dc11bf93646725a004f60ec13d 100644 (file)
@@ -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):