On Sun, Sep 19, 2010 at 7:00 PM, Armin Ronacher <[email protected] > wrote:
> Hi, > > > On 9/20/10 3:19 AM, kevin wrote: > >> do i need to manually import markupsafe in all places where i use jinja2 >> or will it automatically use the speedups if markupsafe is installed? >> > It will detect the module automatically and use it. > > > what is the correct/easy way of getting speedups? >> > Just make sure markupsafe is installed :) > perfect, thanks! this part was what led to the confusion http://jinja.pocoo.org/2/documentation/faq#what-is-the-speedups-module-and-why-is-it-missing "So if you want the speedups, just import MarkupSafe." -- 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.
