Merge pull request #64 from vishvananda/fix-import

In websockify/__init__.py import everything from websocketproxy and websocket
This commit is contained in:
Joel Martin 2012-09-26 07:35:05 -07:00
commit 1295668abb
1 changed files with 2 additions and 1 deletions

View File

@ -1 +1,2 @@
import websocket, websocketproxy from websocket import *
from websocketproxy import *