Home
last modified time | relevance | path

Searched refs:futimp (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_importhooks.py18 futimp = "from __future__ import absolute_import\n" variable
28 test2_newabs_co = compile(futimp + absimp + test_src, "<???>", "exec")
31 test2_futrel_co = compile(futimp + relimp + test_src, "<???>", "exec")