summaryrefslogtreecommitdiff
path: root/tests/utils_tests/test_module/another_good_module.py
blob: fd69a3b30cb0c92a7378d9564458448d531ba986 (plain)
1
2
3
4
5
6
from . import site
content = 'Another Good Module'

site._registry.update({
    'lorem': 'ipsum',
})