Public bug reported:
bzr tries to import e.g. logging, however, if in a directory where there
exists a file logging.py, bzr will eventually fail if this module is not
what it is expecting. bzr should disable importing from current
directory, perhaps like this:
sys.path = sys.path[1:]
Or probably something more fool proof. You get the idea.
-Forest
** Affects: bzr (Ubuntu)
Importance: Undecided
Status: Unconfirmed
--
bzr fails when run within certain Python code trees
https://launchpad.net/bugs/72227
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs