fixes for python 2.1
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8878 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
26d42ec95d
commit
6d067170dc
2 changed files with 2 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ class MyExample3(director_abstract.Example3_i):
|
|||
return b
|
||||
|
||||
me1 = MyExample1()
|
||||
if MyExample1_get_color(me1, 1,2,3) != 1:
|
||||
if director_abstract.Example1_get_color(me1, 1,2,3) != 1:
|
||||
raise RuntimeError
|
||||
|
||||
me2 = MyExample2(1,2)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue