Skip to content

Commit

Permalink
fix import flask testing
Browse files Browse the repository at this point in the history
  • Loading branch information
imwilsonxu committed Nov 20, 2012
1 parent 4d733e7 commit 9c7af7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

import functools

from flaskext.testing import TestCase as Base, Twill
from flask.ext.testing import TestCase as Base, Twill

from fbone import create_app
from fbone.models import User
Expand Down

0 comments on commit 9c7af7e

Please sign in to comment.