summaryrefslogtreecommitdiff
path: root/src/zope/tal/translationcontext.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/zope/tal/translationcontext.py')
-rw-r--r--src/zope/tal/translationcontext.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zope/tal/translationcontext.py b/src/zope/tal/translationcontext.py
index e515628..7d12b8f 100644
--- a/src/zope/tal/translationcontext.py
+++ b/src/zope/tal/translationcontext.py
@@ -19,7 +19,7 @@ needed to perform translation of a marked string from a page template.
DEFAULT_DOMAIN = "default"
-class TranslationContext(object):
+class TranslationContext:
"""Information about the I18N settings of a TAL processor."""
def __init__(self, parent=None, domain=None, target=None, source=None):