Merge pull request #64 from vishvananda/fix-import
In websockify/__init__.py import everything from websocketproxy and websocket
This commit is contained in:
commit
1295668abb
|
|
@ -1 +1,2 @@
|
|||
import websocket, websocketproxy
|
||||
from websocket import *
|
||||
from websocketproxy import *
|
||||
|
|
|
|||
Loading…
Reference in New Issue