Skip to content

Commit

Permalink
MSLv2 implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
liberty-developer committed Nov 29, 2018
1 parent 5d36356 commit c230777
Show file tree
Hide file tree
Showing 2 changed files with 760 additions and 1 deletion.
2 changes: 1 addition & 1 deletion resources/lib/MSLHttpRequestHandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from urlparse import urlparse, parse_qs

from SocketServer import TCPServer
from resources.lib.MSL import MSL
from resources.lib.MSLv2 import MSL


class MSLHttpRequestHandler(BaseHTTPServer.BaseHTTPRequestHandler):
Expand Down
Loading

0 comments on commit c230777

Please sign in to comment.