tests/test-extension.t
changeset 29869 0a9cd6e324cd
parent 29840 4435d4c951ec
child 29885 42751543fa06
equal deleted inserted replaced
29868:4b50e1f922a0 29869:0a9cd6e324cd
   247   (extroot) from bar import s: this is extroot.bar
   247   (extroot) from bar import s: this is extroot.bar
   248   (extroot) import bar in func(): this is extroot.bar
   248   (extroot) import bar in func(): this is extroot.bar
   249   $TESTTMP/a (glob)
   249   $TESTTMP/a (glob)
   250 #endif
   250 #endif
   251 
   251 
   252 #if absimport
   252 #if demandimport absimport
   253 
   253 
   254 Examine whether module loading is delayed until actual refering, even
   254 Examine whether module loading is delayed until actual refering, even
   255 though module is imported with "absolute_import" feature.
   255 though module is imported with "absolute_import" feature.
   256 
   256 
   257 Files below in each packages are used for descirbed purpose:
   257 Files below in each packages are used for descirbed purpose: