Rename new_client to new_websocket_client, in order to have a better

name in the SocketServer/HTTPServer request handler hierarchy. Prepare
for merge pull request #72. This work has been picked out of
7b3dd8a6f5 .
This commit is contained in:
Peter Åstrand (astrand)
2013-11-28 13:33:28 +01:00
parent 558402848e
commit 047ce47742
8 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -124,4 +124,4 @@ class WebSocketProxyTest(unittest.TestCase):
return ins, outs, excepts
self.stubs.Set(select, 'select', mock_select)
self.assertRaises(Exception, web_socket_proxy.new_client)
self.assertRaises(Exception, web_socket_proxy.new_websocket_client)