DEBSOURCES
Skip Quicknav
sources / python-django / 1.8.18-1~bpo8%2B1 / 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.')