mirror of
https://github.com/lgandx/Responder.git
synced 2025-07-13 16:43:04 -07:00
python3.8 compability fix
This commit is contained in:
parent
691c44138c
commit
d6f4911eb4
13 changed files with 18 additions and 18 deletions
|
@ -18,7 +18,7 @@ import random
|
|||
import struct
|
||||
import codecs
|
||||
from utils import *
|
||||
if settings.Config.PY2OR3 is "PY3":
|
||||
if settings.Config.PY2OR3 == "PY3":
|
||||
from socketserver import BaseRequestHandler
|
||||
else:
|
||||
from SocketServer import BaseRequestHandler
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue