django/tests/utils_tests/test_module/another_bad_module.py
2015-02-09 14:24:06 -05:00

9 lines
140 B
Python

from . import site
content = 'Another Bad Module'
site._registry.update({
'foo': 'bar',
})
raise Exception('Some random exception.')