From a367dca65371cfd773a79eb0ba4cfb0c4f30a7d7 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Wed, 6 Feb 2013 10:32:19 +0100 Subject: [PATCH] Adding a small comment --- sqlmap.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sqlmap.py b/sqlmap.py index d8b9aaac9..f89063729 100755 --- a/sqlmap.py +++ b/sqlmap.py @@ -15,7 +15,8 @@ import warnings warnings.filterwarnings(action="ignore", message=".*was already imported", category=UserWarning) warnings.filterwarnings(action="ignore", category=DeprecationWarning) -from lib.utils import versioncheck +from lib.utils import versioncheck # this has to be the first non-standard import + from lib.controller.controller import start from lib.core.common import banner from lib.core.common import dataToStdout