summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-11-19 19:02:09 (GMT)
committerGuido van Rossum <guido@python.org>1997-11-19 19:02:09 (GMT)
commitbd1169a93e4c42156e899e2f80a1349e8006da25 (patch)
tree89d6a2b3924c30e2fbe9692a92afb212ff8d1f01
parenteef1d4e8b16c7352cc748f19e0481275d4f78291 (diff)
downloadcpython-bd1169a93e4c42156e899e2f80a1349e8006da25.zip
cpython-bd1169a93e4c42156e899e2f80a1349e8006da25.tar.gz
cpython-bd1169a93e4c42156e899e2f80a1349e8006da25.tar.bz2
Add Martin von Loewis as the author of this module.
-rw-r--r--Lib/locale.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/locale.py b/Lib/locale.py
index 9935478..6246fd9 100644
--- a/Lib/locale.py
+++ b/Lib/locale.py
@@ -1,4 +1,5 @@
"Support for number formatting using the current locale settings"
+# Author: Martin von Loewis
from _locale import *
import string