Hey everybody,
Starting with Werkzeug 0.7 we will recommend against importing directly
from werkzeug but instead from the modules the objects and functions are
implemented in. We have not yet finalized the locations of where the
functions should ultimately reside in, but that is not relevant for the
tool that should help the transition.
I wrote an early version of it and added it to the Werkzeug github
repository [1]. You run the script and point it to one or more folders
and it will spit out an unified diff with the imports changed.
By design it also operates on comments and docstrings.
Please let me know if it breaks on your application and how to trigger
the problem.
Regards,
Armin
[1]: http://bit.ly/gLFTt5
--
You received this message because you are subscribed to the Google Groups
"pocoo-libs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/pocoo-libs?hl=en.