Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Source module names with library names #4

Open
Chris7 opened this issue Aug 3, 2015 · 0 comments
Open

Source module names with library names #4

Chris7 opened this issue Aug 3, 2015 · 0 comments
Labels

Comments

@Chris7
Copy link
Member

Chris7 commented Aug 3, 2015

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.

@Chris7 Chris7 added the bug label Aug 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant