blob: 0a932a2b99a06cbf5b0a9bd99a72d0ff1e9cf542 [file] [log] [blame]
%module(package="py2.pkg2") bar
%{
#include "../../py2/pkg2/bar.hpp"
%}
%import "../../py2/pkg2/pkg3/pkg4/foo.i"
%include "../../py2/pkg2/bar.hpp"