mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
code review part 3
This commit is contained in:
parent
1fa8f0cba7
commit
5bdb50c224
7 changed files with 6 additions and 10 deletions
|
|
@ -8,7 +8,6 @@ See the file 'doc/COPYING' for copying permission
|
|||
"""
|
||||
|
||||
import re
|
||||
import sre_constants
|
||||
|
||||
from lib.core.common import getCompiledRegex
|
||||
from lib.core.common import readXmlFile
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ class _Getch:
|
|||
|
||||
class _GetchUnix:
|
||||
def __init__(self):
|
||||
import tty, sys
|
||||
import tty
|
||||
|
||||
def __call__(self):
|
||||
import sys, tty, termios
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue