Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Jan 31, 2015
1 parent ffecb7d commit db524de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@ def collect_modules(options):
from playhouse.tests import test_djpeewee
modules.append(test_djpeewee)
if xtra(options.flask):
from playhouse.tests import test_flask_utils
try:
import flask
except ImportError:
print_('Unable to import Flask tests, Flask is not installed.')
else:
from playhouse.tests import test_flask_utils
modules.append(test_flask_utils)
if xtra(options.gfk):
from playhouse.tests import test_gfk
Expand Down

0 comments on commit db524de

Please sign in to comment.