/trunk/Examples/test-suite/python/import_nomodule_runme.py
# · Python · 8 lines · 6 code · 2 blank · 0 comment · 0 complexity · ab4e63c52277392ee85902a2dc8a4256 MD5 · raw file
- from import_nomodule import *
- f = create_Foo()
- test1(f,42)
- delete_Foo(f)
- b = Bar()
- test1(b,37)