pandora/contrib/django_extensions/django_extensions/management/technical_response.py

6 lines
122 B
Python

import six
def null_technical_500_response(request, exc_type, exc_value, tb):
six.reraise(exc_type, exc_value, tb)