summaryrefslogtreecommitdiff
path: root/Examples/python/import_packages/relativeimport3/py2/pkg2/bar.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/python/import_packages/relativeimport3/py2/pkg2/bar.hpp')
-rw-r--r--Examples/python/import_packages/relativeimport3/py2/pkg2/bar.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Examples/python/import_packages/relativeimport3/py2/pkg2/bar.hpp b/Examples/python/import_packages/relativeimport3/py2/pkg2/bar.hpp
new file mode 100644
index 000000000..8f09cd5fa
--- /dev/null
+++ b/Examples/python/import_packages/relativeimport3/py2/pkg2/bar.hpp
@@ -0,0 +1,5 @@
+#ifndef PY2_PKG2_BAR_HPP
+#define PY2_PKG2_BAR_HPP
+#include "../../py2/pkg2/pkg3/foo.hpp"
+struct Pkg2_Bar : Pkg3_Foo {};
+#endif /* PY2_PKG2_BAR_HPP */