mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor update
This commit is contained in:
parent
e6e1bdc5b7
commit
657eb464f8
4 changed files with 4 additions and 7 deletions
|
|
@ -23,7 +23,6 @@ from lib.core.enums import MKSTEMP_PREFIX
|
|||
from lib.core.exception import SqlmapMissingDependence
|
||||
from lib.core.exception import SqlmapSystemException
|
||||
from lib.core.settings import IS_WIN
|
||||
from thirdparty.six.moves import queue as _queue
|
||||
from thirdparty.six.moves import configparser as _configparser
|
||||
|
||||
class NcursesUI:
|
||||
|
|
@ -37,7 +36,6 @@ class NcursesUI:
|
|||
self.fields = {}
|
||||
self.running = False
|
||||
self.process = None
|
||||
self.queue = None
|
||||
|
||||
# Initialize colors
|
||||
curses.start_color()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue