mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor cleanup
This commit is contained in:
parent
78a5573563
commit
6ab1cf8caa
5 changed files with 1 additions and 6 deletions
|
|
@ -17,7 +17,6 @@ import threading
|
|||
import traceback
|
||||
|
||||
if sys.version_info >= (3, 0):
|
||||
from http.client import FOUND
|
||||
from http.client import INTERNAL_SERVER_ERROR
|
||||
from http.client import NOT_FOUND
|
||||
from http.client import OK
|
||||
|
|
@ -29,7 +28,6 @@ if sys.version_info >= (3, 0):
|
|||
else:
|
||||
from BaseHTTPServer import BaseHTTPRequestHandler
|
||||
from BaseHTTPServer import HTTPServer
|
||||
from httplib import FOUND
|
||||
from httplib import INTERNAL_SERVER_ERROR
|
||||
from httplib import NOT_FOUND
|
||||
from httplib import OK
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue