forked from orbit-oss/flask
Merge branch 'master' into routes-command
This commit is contained in:
commit
717e45ab15
119 changed files with 1977 additions and 1019 deletions
7
tests/test_apps/cliapp/importerrorapp.py
Normal file
7
tests/test_apps/cliapp/importerrorapp.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
from __future__ import absolute_import, print_function
|
||||
|
||||
from flask import Flask
|
||||
|
||||
raise ImportError()
|
||||
|
||||
testapp = Flask('testapp')
|
||||
Loading…
Add table
Add a link
Reference in a new issue