Add Martin von Loewis as the author of this module.
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