Skip to content

Source module names with library names #4

Description

@Chris7

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions