Attempt imports from the from_list
ie 'from a import b' now attempts an 'import a.b' if b does not already exist. This also works for imports caused by__all__.
Showing
Please register or sign in to comment
ie 'from a import b' now attempts an 'import a.b' if b does not already exist. This also works for imports caused by__all__.