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:
Marcelo Matus 2006-02-23 09:08:49 +00:00
commit 31b6e161eb
9 changed files with 27 additions and 12 deletions

View file

@ -1,7 +1,7 @@
import default_args
if default_args.Statics.staticMethod() != 60:
if default_args.Statics_staticMethod() != 60:
raise RuntimeError
if default_args.cfunc1(1) != 2: