Mercurial > p > mysql-python > mysqldb-2
comparison MySQLdb/constants/ER.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 | fa8974a41c76 |
children |
comparison
equal
deleted
inserted
replaced
13:eb90cceaee92 | 14:7773efbe9b30 |
---|---|
1 """MySQL ER Constants | 1 """ |
2 MySQL ER Constants | |
3 ------------------ | |
2 | 4 |
3 These constants are error codes for the bulk of the error conditions | 5 These constants are error codes for the bulk of the error conditions |
4 that may occur. | 6 that may occur. |
5 | 7 |
6 """ | 8 """ |
9 __revision__ = "$Revision$"[11:-2] | |
10 __author__ = "$Author$"[9:-2] | |
11 | |
7 # Autogenerated file, please don't edit | 12 # Autogenerated file, please don't edit |
8 | 13 |
9 ERROR_FIRST = 1000 | 14 ERROR_FIRST = 1000 |
10 HASHCHK = 1000 | 15 HASHCHK = 1000 |
11 NISAMCHK = 1001 | 16 NISAMCHK = 1001 |