summaryrefslogtreecommitdiff
path: root/src/zope/i18n/config.py
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2023-01-16 08:27:33 +0100
committerGitHub <noreply@github.com>2023-01-16 08:27:33 +0100
commit29f0dee5316b5527f2b8e6bed78026fea5d07eb1 (patch)
tree7250eba740226c024c491c75bd9a4bf60564e883 /src/zope/i18n/config.py
parentc34ead9e8a88f88ee25b67a37cebcacc5d4fa959 (diff)
downloadzope-i18n-29f0dee5316b5527f2b8e6bed78026fea5d07eb1.tar.gz
Config with pure python template (#55)
* Drop support for Python 2.7, 3.5, 3.6. * Add support for Python 3.11.
Diffstat (limited to 'src/zope/i18n/config.py')
-rw-r--r--src/zope/i18n/config.py1
1 files changed, 1 insertions, 0 deletions
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.