lp:findimports
- Get this branch:
- bzr branch lp:findimports
Branch merges
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at https://github.com/mgedmin/findimports.git.
Last successful import was .
Recent revisions
- 192. By Marius Gedminas
-
Fix accidental module aliasing
When there was no top-level module or package available in sys.path
(like pylab), but there was a different module/package that was a prefix
of the first module (like py), findimports would incorrectly decide that
they were one and the same!Fixes #10.
- 191. By Marius Gedminas
-
Avoid modifying sys.path by accident in the tests
ModuleGraph(
).path. append( '.') was modifying sys.path as a side effect,
and one of our tests apparently relied on this!
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)