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