swig/Examples/C++/test_repo/constructor.py
Thien-Thi Nguyen 11cb5aa8a6 Initial revision
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@768 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-08-31 19:18:56 +00:00

8 lines
170 B
Python

# Copyright (C) 2000 Tal Shalif
execfile('../test_conf.py')
obj = cpptest_empty()
if not type(obj) is types.InstanceType:
raise "failed"
# constructor.py ends here