comparison 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
comparison
equal deleted inserted replaced
13:eb90cceaee92 14:7773efbe9b30
1 """
2 MySQL Constants
3 ---------------
4
5 Various constants used by the MySQL client/server protocol.
6 """
1 __all__ = ['CR', 'FIELD_TYPE','CLIENT','REFRESH','ER','FLAG'] 7 __all__ = ['CR', 'FIELD_TYPE','CLIENT','REFRESH','ER','FLAG']
8 __revision__ = "$Revision$"[11:-2]
9 __author__ = "$Author$"[9:-2]