Minor update

This commit is contained in:
stamparm 2013-05-29 15:49:09 +02:00
parent c3038fcb65
commit f4ca4cd6c5
2 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,6 @@ from lib.core.data import conf
from lib.core.data import logger from lib.core.data import logger
from lib.core.dicts import DBMS_DICT from lib.core.dicts import DBMS_DICT
from lib.core.enums import DBMS from lib.core.enums import DBMS
from lib.core.exception import SqlmapConnectionException
from lib.core.settings import MSSQL_ALIASES from lib.core.settings import MSSQL_ALIASES
from lib.core.settings import MYSQL_ALIASES from lib.core.settings import MYSQL_ALIASES
from lib.core.settings import ORACLE_ALIASES from lib.core.settings import ORACLE_ALIASES

View File

@ -6,6 +6,7 @@ See the file 'doc/COPYING' for copying permission
""" """
import imp import imp
import logging
import os import os
import sys import sys
import warnings import warnings