diff MySQLdb/constants/ER.py @ 14:7773efbe9b30 MySQLdb

Formatting and PyLint fixes. Final score: 8.21/10
author adustman
date Mon, 26 Feb 2007 18:08:28 +0000
parents fa8974a41c76
children
line wrap: on
line diff
--- a/MySQLdb/constants/ER.py	Mon Feb 26 17:24:06 2007 +0000
+++ b/MySQLdb/constants/ER.py	Mon Feb 26 18:08:28 2007 +0000
@@ -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