From: Guido van Rossum Date: Wed, 19 Nov 1997 19:02:09 +0000 (+0000) Subject: Add Martin von Loewis as the author of this module. X-Git-Tag: v1.5b1~74 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bd1169a93e4c42156e899e2f80a1349e8006da25;p=thirdparty%2FPython%2Fcpython.git Add Martin von Loewis as the author of this module. --- diff --git a/Lib/locale.py b/Lib/locale.py index 99354787b423..6246fd930d78 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