Skip to content

Commit

Permalink
add missing WebSocketError import
Browse files Browse the repository at this point in the history
  • Loading branch information
frankalicious committed Mar 14, 2016
1 parent 08eb29c commit 946c4bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions picoreflowd.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
import geventwebsocket
from gevent.pywsgi import WSGIServer
from geventwebsocket.handler import WebSocketHandler
from geventwebsocket import WebSocketError

try:
sys.dont_write_bytecode = True
Expand Down

0 comments on commit 946c4bc

Please sign in to comment.