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