components/python/requests/patches/solaris-changes.patch
changeset 1907 446472de62e9
parent 1484 01108fd9c6ef
child 3998 5bd484384122
--- a/components/python/requests/patches/solaris-changes.patch	Mon May 19 10:28:03 2014 +0100
+++ b/components/python/requests/patches/solaris-changes.patch	Mon May 19 07:37:20 2014 -0700
@@ -18,13 +18,13 @@
  try:
      import simplejson as json
 --- requests-1.2.3/requests/certs.py.orig	2013-07-31 07:34:29.859095710 -0700
-+++ requests-1.2.3/requests/certs.py	2013-07-31 09:31:36.868103751 -0700
++++ requests-1.2.3/requests/certs.py	2014-04-17 08:51:04.868103751 -0700
 @@ -13,12 +13,15 @@
  """
  
  import os.path
 -
-+import compat
++from requests import compat
  
  def where():
      """Return the preferred certificate bundle."""