If we use imp.load_source with a library name, such as:
imp.load_source('click', '../clinto/clinto/tests/click_scripts/click_script.py')
it will fail to load because it will first go for the library. Make a check for importing script names that are library names.