fix regression of Python constructor renaming introduced by py3k work

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11997 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Haoyu Bai 2010-04-25 14:07:14 +00:00
commit 2450c4b108
5 changed files with 22 additions and 2 deletions

View file

@ -0,0 +1,3 @@
from constructor_rename import *
x = RenamedConstructor()