summaryrefslogtreecommitdiff
path: root/Examples/test-suite/python/import_nomodule_runme.py
blob: ba0abfd9a0d6fdc02c52633b5a3f6aca815e811f (plain)
1
2
3
4
5
6
7
8
from import_nomodule import *

f = create_Foo()
test1(f,42)
delete_Foo(f)

b = Bar()
test1(b,37)