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