Trivial update

This commit is contained in:
Miroslav Stampar
2019-06-04 14:48:51 +02:00
parent 495e7c8210
commit 70710df2ac
7 changed files with 8 additions and 8 deletions

View File

@@ -5,8 +5,8 @@ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)
See the file 'LICENSE' for copying permission
"""
import string
import random
import string
from lib.core.compat import xrange
from lib.core.enums import HINT

View File

@@ -6,8 +6,8 @@ See the file 'LICENSE' for copying permission
"""
import os
import re
import random
import re
import string
from lib.core.common import singleTimeWarnMessage