/trunk/Examples/test-suite/python/import_nomodule_runme.py

# · Python · 8 lines · 6 code · 2 blank · 0 comment · 0 complexity · ab4e63c52277392ee85902a2dc8a4256 MD5 · raw file

  1. from import_nomodule import *
  2. f = create_Foo()
  3. test1(f,42)
  4. delete_Foo(f)
  5. b = Bar()
  6. test1(b,37)