From 2ee60783b694b6a8555a6afbef21dc1f2ca1f8b9 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sat, 16 May 2015 11:31:53 +1200 Subject: websockets: client and server flavors, key and mask specification --- libpathod/language/http.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpathod/language/http.py') diff --git a/libpathod/language/http.py b/libpathod/language/http.py index 94de7237..070cc5f4 100644 --- a/libpathod/language/http.py +++ b/libpathod/language/http.py @@ -5,7 +5,7 @@ import pyparsing as pp import netlib.websockets from netlib import http_status, http_uastrings -from . import base, generators, exceptions, actions, message +from . import base, exceptions, actions, message class WS(base.CaselessLiteral): -- cgit v1.2.3