minor refactoring

This commit is contained in:
Miroslav Stampar
2011-04-07 10:27:22 +00:00
parent 1880f18367
commit 845533e92f
2 changed files with 18 additions and 14 deletions

View File

@@ -125,7 +125,6 @@ class PAYLOAD:
UNION = "union"
class TECHNIQUE:
HEURISTIC = 0
BOOLEAN = 1
ERROR = 2
UNION = 3