diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-09-16 14:10:36 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-09-16 14:10:52 +0000 |
commit | dd16f3f0e8c43a53c847cada3a6762fa3bc6f3e5 (patch) | |
tree | 5206eca8bd60016feeda38ba7a1fb8f21cdc23f5 /.env_example | |
parent | Releasing debian version 3.1.0-5. (diff) | |
download | terminaltables-dd16f3f0e8c43a53c847cada3a6762fa3bc6f3e5.tar.xz terminaltables-dd16f3f0e8c43a53c847cada3a6762fa3bc6f3e5.zip |
Merging upstream version 3.1.10 (Closes: #1014035).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.env_example')
-rw-r--r-- | .env_example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.env_example b/.env_example new file mode 100644 index 0000000..0048805 --- /dev/null +++ b/.env_example @@ -0,0 +1,3 @@ +export PYTHONIOENCODING=utf-8 +export LC_ALL=en_US.UTF-8 +export LANG=en_US.UTF-8 |