correct module name

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10080 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2007-10-30 22:26:18 +00:00
commit b9fdc908db

View file

@ -1,4 +1,4 @@
from overload_template import *
from overload_template_fast import *
f = foo()
a = max(3,4)