Brett Cannon <br...@python.org> added the comment:

Not a problem. =)

If you want to know where an import originated from, you can probably do 
something as simple as overload builtins.__import__ with a version that does a 
quick stack look to see where the previous call is coming from.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14970>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to