tests: use new module path and remove Hixie code.

This commit is contained in:
Joel Martin
2013-03-14 12:24:58 -05:00
parent d3865688c8
commit 903198a724
3 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ as taken from http://docs.python.org/dev/library/ssl.html#certificates
'''
import os, sys, select, optparse
sys.path.insert(0,os.path.dirname(__file__) + "/../")
sys.path.insert(0,os.path.dirname(__file__) + "/../websockify")
from websocket import WebSocketServer
class WebSocketEcho(WebSocketServer):