Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_importhooks.py16 relimp = "from . import sub\n" variable
29 test2_newrel_co = compile(relimp + test_src, "<???>", "exec")
31 test2_futrel_co = compile(futimp + relimp + test_src, "<???>", "exec")