mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-05-14 01:16:59 +00:00
code review of modules in lib/core directory
This commit is contained in:
parent
2d9b151883
commit
6a0e0cde3c
9 changed files with 70 additions and 81 deletions
|
|
@ -20,7 +20,7 @@ try:
|
|||
import psyco
|
||||
psyco.full()
|
||||
psyco.profile()
|
||||
except ImportError, _:
|
||||
except ImportError:
|
||||
pass
|
||||
|
||||
from lib.controller.controller import start
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue