mirror of
https://github.com/Hopiu/django.git
synced 2026-03-25 02:10:26 +00:00
If loading an application trigger an ImportError, the details of that error were lost in some cases. Thanks Ben Davis for the report.
1 line
26 B
Python
1 line
26 B
Python
raise ImportError("Oops")
|