From 4e300baaf2a55c53da965d69b734f7b804f38786 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Fri, 18 Mar 2011 14:09:18 +0000 Subject: [PATCH] minor cosmetics --- lib/core/enums.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/core/enums.py b/lib/core/enums.py index 9bae022f2..226e9695b 100644 --- a/lib/core/enums.py +++ b/lib/core/enums.py @@ -118,10 +118,10 @@ class PAYLOAD: } class METHOD: - COMPARISON = "comparison" - GREP = "grep" - TIME = "time" - UNION = "union" + COMPARISON = "comparison" + GREP = "grep" + TIME = "time" + UNION = "union" class TECHNIQUE: HEURISTIC = 0