swig/Examples/test-suite/python/abstract_access_runme.py
Jon Schlueter b77f3afafb autopep8 cleanup of Examples/test-suite/python
automated cleanup of python pep8 whitespace compliance
2015-05-08 21:35:52 -04:00

5 lines
89 B
Python

import abstract_access
d = abstract_access.D()
if d.do_x() != 1:
raise RuntimeError