view MySQLdb/constants/__init__.py @ 78:d9bb912776a5 MySQLdb

1.2.3 notes
author kylev@localhost6.localdomain6
date Thu, 17 Jun 2010 00:42:51 -0700
parents 7773efbe9b30
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]