[issue1720992] automatic imports

2008-01-09 Thread Juan Manuel Borges Caño
Juan Manuel Borges Caño added the comment: Thank you for the link. I think this bug is already closed. _ Tracker <[EMAIL PROTECTED]> _ ___ P

[issue1720992] automatic imports

2008-01-09 Thread Christian Heimes
Christian Heimes added the comment: The idea is against the basic principals and Zen Of Python (type "import this at the Python prompt to read more about the Zen Of Python). Ralf's link about autoimp is a nice solution but don't ever use it in real code! -- nosy: +tiran resolution: ->

[issue1720992] automatic imports

2008-01-09 Thread Ralf Schmitt
Ralf Schmitt added the comment: it won't get better than: http://pypi.python.org/pypi/autoimp/ I suggest this should be closed. -- nosy: +schmir _ Tracker <[EMAIL PROTECTED]> _