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