From 318802786381e62f3d57e4cbb710141e317680b1 Mon Sep 17 00:00:00 2001 From: Jason Kirtland Date: Wed, 1 Apr 2009 01:34:49 +0000 Subject: [PATCH] Patch-o --- test/engine/pool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/engine/pool.py b/test/engine/pool.py index 6f8013ae71..33ef80ff8f 100644 --- a/test/engine/pool.py +++ b/test/engine/pool.py @@ -2,7 +2,7 @@ import testenv; testenv.configure_for_tests() import threading, time from sqlalchemy import pool, interfaces, create_engine import testlib.sa as tsa -from testlib import TestBase, gc testing +from testlib import TestBase, gc, testing mcid = 1 -- 2.47.3