mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Removing some unused imports
This commit is contained in:
parent
c51b4c072f
commit
7e610b8716
9 changed files with 10 additions and 17 deletions
|
|
@ -14,7 +14,6 @@ byte-for-byte; randomizeParameterValue is asserted via its invariants.
|
|||
"""
|
||||
|
||||
import os
|
||||
import re
|
||||
import sys
|
||||
import unittest
|
||||
|
||||
|
|
|
|||
|
|
@ -16,14 +16,13 @@ import sys
|
|||
import unittest
|
||||
|
||||
sys.path.insert(0, os.path.dirname(os.path.abspath(__file__)))
|
||||
from _testutils import bootstrap, set_dbms
|
||||
from _testutils import bootstrap
|
||||
bootstrap()
|
||||
|
||||
from lib.core.convert import (decodeHex, encodeHex, decodeBase64, encodeBase64,
|
||||
getBytes, getText, getUnicode, getOrds,
|
||||
jsonize, dejsonize, base64pickle, base64unpickle)
|
||||
from lib.core.common import decodeDbmsHexValue
|
||||
from lib.core.enums import DBMS
|
||||
|
||||
RND = random.Random(0xC0FFEE)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue