swig/Examples/python/import_packages/namespace_pkg/nonpkg.py
2016-04-05 10:58:50 -06:00

5 lines
97 B
Python

# import robin as a module in the global namespace
import robin
assert(robin.run() == "AWAY!")