diff options
Diffstat (limited to 'Lib/locale.py')
| -rw-r--r-- | Lib/locale.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
