From 29f0dee5316b5527f2b8e6bed78026fea5d07eb1 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Mon, 16 Jan 2023 08:27:33 +0100 Subject: Config with pure python template (#55) * Drop support for Python 2.7, 3.5, 3.6. * Add support for Python 3.11. --- src/zope/i18n/config.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/zope/i18n/config.py') diff --git a/src/zope/i18n/config.py b/src/zope/i18n/config.py index ce94ded..1979d26 100644 --- a/src/zope/i18n/config.py +++ b/src/zope/i18n/config.py @@ -1,5 +1,6 @@ import os + #: The environment variable that is consulted when this module #: is imported to determine the value of `COMPILE_MO_FILES`. #: Simply set this to a non-empty string to make it True. -- cgit v1.2.1