mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-10 09:49:06 +00:00
code review part 3
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user