aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/python/python_pythoncode_runme.py
blob: c27f4452d48953c5135dcd470fc54f8096bbcf8a (plain)
1
2
3
4
5
6
7
8
9
import python_pythoncode

# No need to actually do anything, this is a regression test for a bug which
# caused an invalid python_pythoncode.py to be generated, so if we can import
# it the bug is still fixed.

# A later test enhancement checking __new__ requires some code...
f = python_pythoncode.get_foo()
f = python_pythoncode.Foo()