> I recommend posting to the dedicated Flask list for Flask-related discussion: > > http://flask.pocoo.org/mailinglist/ > > To answer your question, you can put the oid object in a separate > module (e.g. "extensions.py") and import and initialize it with the > app later with oid.init_app(app).
Thanks for the answer. ps. I've completelly missed the existence of a separate Flask maillist, I'll know for next time -- damjan -- 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.
