]> git.bitcoin.ninja Git - youtube-dl/blobdiff - youtube_dl/compat.py
Merge remote-tracking branch 'origin/master'
[youtube-dl] / youtube_dl / compat.py
index 07ceaa17004f226dad1c87269d2d14b871e4910d..4453b34fceea50861ccedec0ec177a12f424274d 100644 (file)
@@ -329,7 +329,7 @@ if sys.version_info < (2, 7):
         if err is not None:
             raise err
         else:
-            raise error("getaddrinfo returns an empty list")
+            raise socket.error("getaddrinfo returns an empty list")
 else:
     compat_socket_create_connection = socket.create_connection