Mercurial > p > mysql-python > mysqldb-2
diff MySQLdb/constants/__init__.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/__init__.py Mon Feb 26 17:24:06 2007 +0000 +++ b/MySQLdb/constants/__init__.py Mon Feb 26 18:08:28 2007 +0000 @@ -1,1 +1,9 @@ +""" +MySQL Constants +--------------- + +Various constants used by the MySQL client/server protocol. +""" __all__ = ['CR', 'FIELD_TYPE','CLIENT','REFRESH','ER','FLAG'] +__revision__ = "$Revision$"[11:-2] +__author__ = "$Author$"[9:-2]