[Python-modules-commits] r23782 - in packages/flask-openid/trunk/debian/patches (1 file)

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Sun Mar 24 15:27:32 UTC 2013


    Date: Sunday, March 24, 2013 @ 15:27:31
  Author: sramacher
Revision: 23782

Make the code more robust if the inventory doesn't exist

Modified:
  packages/flask-openid/trunk/debian/patches/intersphinx-mapping.patch

Modified: packages/flask-openid/trunk/debian/patches/intersphinx-mapping.patch
===================================================================
--- packages/flask-openid/trunk/debian/patches/intersphinx-mapping.patch	2013-03-23 22:34:27 UTC (rev 23781)
+++ packages/flask-openid/trunk/debian/patches/intersphinx-mapping.patch	2013-03-24 15:27:31 UTC (rev 23782)
@@ -1,11 +1,11 @@
 Description: use local object inventory files for sphinx
 Author: Sebastian Ramacher <s.ramacher at debian.org>
 Forwarded: not-needed
-Last-Update: 2013-03-23
+Last-Update: 2013-03-24
 
 --- a/docs/conf.py
 +++ b/docs/conf.py
-@@ -208,7 +208,14 @@
+@@ -208,7 +208,15 @@
       [u'Armin Ronacher'], 1)
  ]
  
@@ -16,6 +16,7 @@
 +def check_object_path(key, url, path):
 +  if os.path.isfile(path):
 +    return {key: (url, path)}
++  return {}
 +
 +intersphinx_mapping = {}
 +intersphinx_mapping.update(




More information about the Python-modules-commits mailing list