summaryrefslogtreecommitdiff
path: root/tests/test_formats.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_formats.py')
-rw-r--r--tests/test_formats.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_formats.py b/tests/test_formats.py
index 167950f..387e3f3 100644
--- a/tests/test_formats.py
+++ b/tests/test_formats.py
@@ -28,10 +28,10 @@ from zope.i18n.interfaces import INumberFormat
from zope.i18n.format import NumberFormat
from zope.i18n.format import parseNumberPattern
-class LocaleStub:
+class LocaleStub(object):
pass
-class LocaleCalendarStub:
+class LocaleCalendarStub(object):
type = u'gregorian'