mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
removed junky import
This commit is contained in:
parent
6393495eb0
commit
a6f2cd56ff
|
@ -546,7 +546,6 @@ def cmdLineParser():
|
||||||
parser.add_option_group(miscellaneous)
|
parser.add_option_group(miscellaneous)
|
||||||
|
|
||||||
args = []
|
args = []
|
||||||
from lib.core.common import dataToStdout
|
|
||||||
for arg in sys.argv:
|
for arg in sys.argv:
|
||||||
try:
|
try:
|
||||||
args.append(getUnicode(arg, sys.getfilesystemencoding() or sys.stdin.encoding))
|
args.append(getUnicode(arg, sys.getfilesystemencoding() or sys.stdin.encoding))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user