From 6c8207a6b79c98500940aeaafc196739ad36de3e Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Thu, 10 Jun 2010 20:31:59 -0700 Subject: [PATCH] Neglected to change this instance. --- tests/patcher_psycopg_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/patcher_psycopg_test.py b/tests/patcher_psycopg_test.py index 41ca0d7..863db43 100644 --- a/tests/patcher_psycopg_test.py +++ b/tests/patcher_psycopg_test.py @@ -34,7 +34,7 @@ assert count[0] > 100, count[0] print "done" """ -class PatchingPsycopg(patcher_test.Patcher): +class PatchingPsycopg(patcher_test.ProcessBase): def test_psycopg_pached(self): if 'PSYCOPG_TEST_DSN' not in os.environ: # construct a non-json dsn for the subprocess