Skip to content

Commit

Permalink
Examples readme file tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
wsfulton committed Jun 5, 2016
1 parent 2ea01f3 commit 53ff928
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions Examples/python/import_packages/split_modules/README
@@ -1,12 +1,7 @@
These examples/tests are for when the swig generated wrapper module is split
These examples/tests are for when the SWIG generated wrapper module is split
between two packages. Specifically the pure python part is part of a package
and the C/C++ part is not in any package at all. Historically swig has
and the C/C++ part is not in any package at all. Historically SWIG has
supported this sort of thing.


The -builtin option is tested as well because additional import code
is generated by swig when it is used. The builtin tests are for this
additional code in the python wrappers.

vanilla # "plane Jane" module both halves in pkg1
vanilla_split # python 1/2 in pkg1 C 1/2 in global namespace

0 comments on commit 53ff928

Please sign in to comment.