equal
deleted
inserted
replaced
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: |