fixes for python 2.1
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8877 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
8086b62374
commit
31b6e161eb
9 changed files with 27 additions and 12 deletions
|
|
@ -5,7 +5,7 @@ r = circle.radius()
|
|||
if (r != 1.5):
|
||||
raise RuntimeError
|
||||
|
||||
point = Geometry.create(Geometry.POINT)
|
||||
point = Geometry_create(Geometry.POINT)
|
||||
w = point.width()
|
||||
if (w != 1.0):
|
||||
raise RuntimeError
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue