comparison MySQLdb/constants/REFRESH.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 """MySQL REFRESH Constants 1 """
2 MySQL REFRESH Constants
3 -----------------------
2 4
3 These constants seem to mostly deal with things internal to the 5 These constants seem to mostly deal with things internal to the
4 MySQL server. Forget you saw this. 6 MySQL server. Forget you saw this.
5
6 """ 7 """
8 __revision__ = "$Revision$"[11:-2]
9 __author__ = "$Author$"[9:-2]
7 10
8 GRANT = 1 11 GRANT = 1
9 LOG = 2 12 LOG = 2
10 TABLES = 4 13 TABLES = 4
11 HOSTS = 8 14 HOSTS = 8