import -> activate

This commit is contained in:
Armin Ronacher 2011-09-19 21:00:44 +02:00
parent 7997bae5bb
commit 2b8ea40cd6
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ And here is how you can use it::
from flask.ext import foo
Once the ``flaskext_compat`` module is imported the :data:`flask.ext` will
Once the ``flaskext_compat`` module is activated the :data:`flask.ext` will
exist and you can start importing from there.
.. _Flask Extension Registry: http://flask.pocoo.org/extensions/