greentest/helper.py: use imp to find location of python's test modules instead of importing them.
imp_find_dotted_module is based on code found in the modulegraph library.
Showing
Please register or sign in to comment
imp_find_dotted_module is based on code found in the modulegraph library.