swig/Examples/python/import_packages/same_modnames1/pkg2/foo.i

7 lines
113 B
OpenEdge ABL

%module(package="pkg2") foo
%{
#include "../pkg2/foo.hpp"
%}
%import "../pkg1/foo.i"
%include "../pkg2/foo.hpp"