From d3284822657a3c0d4e5cad35de3fa5aaee685557 Mon Sep 17 00:00:00 2001 From: Christopher Lee Date: Fri, 4 Sep 2009 18:25:08 -0700 Subject: [PATCH] testutil needed new name of get_name_cursor() --- tests/testlib/testutil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testlib/testutil.py b/tests/testlib/testutil.py index 107945c..dbdcb3f 100644 --- a/tests/testlib/testutil.py +++ b/tests/testlib/testutil.py @@ -248,7 +248,7 @@ def mysql_enabled(): return False try: from pygr import sqlgraph - tempcurs = sqlgraph.getNameCursor()[1] + tempcurs = sqlgraph.get_name_cursor()[1] # disable some MySQL specific spurious warnings, current scope only warnings.simplefilter("ignore") tempcurs.execute('create database if not exists test') -- 2.11.4.GIT