diff MySQLdb/constants/FLAG.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 e48810735f11
children
line wrap: on
line diff
--- a/MySQLdb/constants/FLAG.py	Mon Feb 26 17:24:06 2007 +0000
+++ b/MySQLdb/constants/FLAG.py	Mon Feb 26 18:08:28 2007 +0000
@@ -1,9 +1,13 @@
-"""MySQL FLAG Constants
+"""
+MySQL FLAG Constants
+--------------------
 
 These flags are used along with the FIELD_TYPE to indicate various
 properties of columns in a result set.
 
 """
+__revision__ = "$Revision$"[11:-2]
+__author__ = "$Author$"[9:-2]
 
 NOT_NULL = 1
 PRI_KEY = 2