git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12633 626c5289-ae23-0410-ae9c-e8d60b6d4f22
7 lines
138 B
Python
7 lines
138 B
Python
import import_stl_b
|
|
import import_stl_a
|
|
|
|
v_new = import_stl_b.process_vector([1,2,3])
|
|
if v_new != (1,2,3,4):
|
|
raise RuntimeError, v_new
|
|
|