minor refactoring

This commit is contained in:
Miroslav Stampar
2010-12-06 15:50:19 +00:00
parent e8be14e00a
commit 27ee9a5ccf
2 changed files with 19 additions and 15 deletions

View File

@@ -89,3 +89,8 @@ class PAYLOAD:
7: "Table name",
8: "Column name"
}
class METHOD:
COMPARISON = "comparison"
GREP = "grep"
TIME = "time"