Browse Source

Merge pull request #1313 from homeworkprod/patch-1

Added missing import.
pull/1315/head
Markus Unterwaditzer 10 years ago
parent
commit
b68dc78d09
  1. 2
      docs/testing.rst

2
docs/testing.rst

@ -276,7 +276,7 @@ having to change some code. This can trivially be accomplished with
hooking the :data:`flask.appcontext_pushed` signal::
from contextlib import contextmanager
from flask import appcontext_pushed
from flask import appcontext_pushed, g
@contextmanager
def user_set(app, user):

Loading…
Cancel
Save