--- a/MySQLdb/constants/REFRESH.py
+++ b/MySQLdb/constants/REFRESH.py
@@ -1,9 +1,12 @@
-"""MySQL REFRESH Constants
+"""
+MySQL REFRESH Constants
+-----------------------
 
 These constants seem to mostly deal with things internal to the
 MySQL server. Forget you saw this.
-
 """
+__revision__ = "$Revision$"[11:-2]
+__author__ = "$Author$"[9:-2]
 
 GRANT = 1
 LOG = 2