diff options
Diffstat (limited to 'django/template/utils.py')
| -rw-r--r-- | django/template/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/template/utils.py b/django/template/utils.py index 6ff2499dcb..852baca566 100644 --- a/django/template/utils.py +++ b/django/template/utils.py @@ -14,7 +14,7 @@ class InvalidTemplateEngineError(ImproperlyConfigured): pass -class EngineHandler(object): +class EngineHandler: def __init__(self, templates=None): """ templates is an optional list of template engine definitions |
