mirror of https://github.com/mitsuhiko/flask.git
Paul Brown
8 years ago
committed by
Markus Unterwaditzer
3 changed files with 18 additions and 4 deletions
@ -0,0 +1,7 @@ |
|||||||
|
from __future__ import absolute_import, print_function |
||||||
|
|
||||||
|
from flask import Flask |
||||||
|
|
||||||
|
raise ImportError() |
||||||
|
|
||||||
|
testapp = Flask('testapp') |
Loading…
Reference in new issue