Mercurial > p > mysql-python > mysqldb-2
view MySQLdb/constants/__init__.py @ 85:c16ae20b964d default tip
Add a README, with a map to the known repositories...
author | Andy Dustman <adustman@uga.edu> |
---|---|
date | Mon, 24 Sep 2012 15:39:03 -0400 |
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]