Eduardo Echeverria ca5f81c
--- transifex-client-0.9-orig/txclib/web.py	2013-10-24 17:28:48.868512283 -0430
Eduardo Echeverria ca5f81c
+++ transifex-client-0.9/txclib/web.py	2013-10-24 17:30:14.349529390 -0430
Eduardo Echeverria ca5f81c
@@ -10,7 +10,7 @@
Eduardo Echeverria ca5f81c
 import platform
Eduardo Echeverria ca5f81c
 from pkg_resources import resource_filename, resource_string
Eduardo Echeverria ca5f81c
 from txclib import get_version
Eduardo Echeverria ca5f81c
-from txclib.packages.ssl_match_hostname import match_hostname
Eduardo Echeverria ca5f81c
+from backports.ssl_match_hostname import match_hostname
Eduardo Echeverria ca5f81c
 
Eduardo Echeverria ca5f81c
 
Eduardo Echeverria ca5f81c
 # Helper class to enable urllib2 to handle PUT/DELETE requests as well