This commit is contained in:
Vitor Santos Costa
2017-12-11 03:36:21 +00:00
parent 9a5681b2cb
commit d348e8c563
5 changed files with 64 additions and 38 deletions

View File

@@ -2,7 +2,11 @@
/* example.i */
#if PYTHONSWIG
%module(directors = "1", package="yap4py") yap
#else
%module(directors = "1") yap
#endif
// Language independent exception handler
%include exception.i