From bcc01f061f4ff34af7a52ad6781303ade3f48a58 Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Sun, 5 Mar 2006 06:36:55 +0000 Subject: [PATCH] fix for python 2.1 git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8961 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Examples/test-suite/python/li_factory_runme.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SWIG/Examples/test-suite/python/li_factory_runme.py b/SWIG/Examples/test-suite/python/li_factory_runme.py index f6aa73864..fb2c81e45 100644 --- a/SWIG/Examples/test-suite/python/li_factory_runme.py +++ b/SWIG/Examples/test-suite/python/li_factory_runme.py @@ -1,6 +1,6 @@ from li_factory import * -circle = Geometry.create(Geometry.CIRCLE) +circle = Geometry_create(Geometry.CIRCLE) r = circle.radius() if (r != 1.5): raise RuntimeError