swig/Examples/python/import_packages/namespace_pkg/nonpkg.py

6 lines
136 B
Python

# import robin as a module in the global namespace
import robin
if not(robin.run() == "AWAY!"):
raise RuntimeError("test failed")