DEBSOURCES
Skip Quicknav
sources / python-django / 3%3A5.2.5-1 / tests / utils_tests / test_module / another_good_module.py
123456789
from . import site content = "Another Good Module" site._registry.update( { "lorem": "ipsum", } )