DEBSOURCES
Skip Quicknav
sources / python-django / 3%3A3.2.19-1%2Bdeb12u2 / tests / utils_tests / test_module / another_bad_module.py
123456789
from . import site content = 'Another Bad Module' site._registry.update({ 'foo': 'bar', }) raise Exception('Some random exception.')