This website requires JavaScript.
Explore
Help
Sign in
orbit-oss
/
flask
Watch
4
Star
4
Fork
You've already forked flask
2
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
08d3185e87
flask
/
tests
/
test_apps
/
cliapp
/
importerrorapp.py
6 lines
73 B
Python
Raw
Normal View
History
Unescape
Escape
prevent NoAppException when ImportError occurs within imported module
2016-12-30 15:02:08 -06:00
from
flask
import
Flask
raise
ImportError
(
)
Reformat with black https://github.com/python/black
2019-05-06 15:39:41 -04:00
testapp
=
Flask
(
"
testapp
"
)
Reference in a new issue
Copy permalink