mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
removed junky import
This commit is contained in:
parent
6393495eb0
commit
a6f2cd56ff
1 changed files with 0 additions and 1 deletions
|
|
@ -546,7 +546,6 @@ def cmdLineParser():
|
|||
parser.add_option_group(miscellaneous)
|
||||
|
||||
args = []
|
||||
from lib.core.common import dataToStdout
|
||||
for arg in sys.argv:
|
||||
try:
|
||||
args.append(getUnicode(arg, sys.getfilesystemencoding() or sys.stdin.encoding))
|
||||
|
|
|
|||
Loading…
Reference in a new issue