view 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 source

"""
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]