--- a/MySQLdb/constants/ER.py
+++ b/MySQLdb/constants/ER.py
@@ -1,9 +1,14 @@
-"""MySQL ER Constants
+"""
+MySQL ER Constants
+------------------
 
 These constants are error codes for the bulk of the error conditions
 that may occur.
 
 """
+__revision__ = "$Revision$"[11:-2]
+__author__ = "$Author$"[9:-2]
+
 # Autogenerated file, please don't edit
 
 ERROR_FIRST = 1000