diff --git a/socketio/packet.py b/socketio/packet.py index 2ad8de4..35ed033 100644 --- a/socketio/packet.py +++ b/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