Browse Source

fix import error

pull/125/head
xuyaoqiang 8 years ago
parent
commit
eaa63503e2
  1. 2
      socketio/packet.py

2
socketio/packet.py

@ -3,7 +3,7 @@ import json as _json
try:
from urllib.parse import urlparse
except ImportError:
from urllib2.urlparse import urlparse
from urlparse import urlparse
import six

Loading…
Cancel
Save