This website requires JavaScript.
Explore
Help
Sign In
test0908
/
django
Watch
1
Star
0
Fork
You've already forked django
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
27c9b3a27d
django
/
tests
/
apps
/
failing_app
/
__init__.py
2 lines
26 B
Python
Raw
Normal View
History
Unescape
Escape
Fixed #22920 -- Avoid masking some exceptions. If loading an application trigger an ImportError, the details of that error were lost in some cases. Thanks Ben Davis for the report.
2014-09-01 00:51:55 +08:00
raise
ImportError
(
"
Oops
"
)