summaryrefslogtreecommitdiffstats
path: root/Lib/locale.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/locale.py')
-rw-r--r--Lib/locale.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/Lib/locale.py b/Lib/locale.py
index ac272e7..24e4c0e 100644
--- a/Lib/locale.py
+++ b/Lib/locale.py
@@ -18,6 +18,11 @@ import string, sys
# If this fails, fall back on a basic 'C' locale emulation.
#
+__all__ = ["setlocale","Error","localeconv","strcoll","strxfrm",
+ "format","str","atof","atoi","LC_CTYPE","LC_COLLATE",
+ "LC_TIME","LC_MONETARY","LC_NUMERIC","LC_MESSAGES",
+ "LC_ALL","CHAR_MAX"]
+
try:
from _locale import *