Hi, I will have a look at that. A word of warning about your imports though:
*Never* import from locations not mentioned in the documentation. >From a user's perspective there is no such thing as werkzeug.utils, import "from werkzeug import parse_form". In 0.6 internal refactorings change the location of those functions, so import them from where the documentation suggests, not where they were implemented. Regards, Armin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
