django/tests/utils_tests/test_module/__init__.py

4 lines
61 B
Python

class SiteMock(object):
_registry = {}
site = SiteMock()