-
Kevin Modzelewski authored
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__.
3e4b760a
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__.