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