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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bd1169a93e4c42156e899e2f80a1349e8006da25;p=python Add Martin von Loewis as the author of this module. --- diff --git a/Lib/locale.py b/Lib/locale.py index 99354787b4..6246fd930d 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