DEBSOURCES
Skip Quicknav
sources / python-django / 2%3A2.2.28-1~deb11u2 / 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.')