view MySQLdb/constants/__init__.py @ 49:0a5e28ef7564 MySQLdb

decimal module always available in Python 2.4 and newer
author adustman
date Sun, 22 Feb 2009 20:03:48 +0000
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]