summaryrefslogtreecommitdiff
path: root/Lib/gettext.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/gettext.py')
-rw-r--r--Lib/gettext.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/Lib/gettext.py b/Lib/gettext.py
index aa1d55561f..08d051bf11 100644
--- a/Lib/gettext.py
+++ b/Lib/gettext.py
@@ -46,7 +46,12 @@ internationalized, to the local language and cultural habits.
# find this format documented anywhere.
-import locale, copy, io, os, re, struct, sys
+import copy
+import locale
+import os
+import re
+import struct
+import sys
from errno import ENOENT