[Checkins] SVN: z3c.autoinclude/trunk/src/z3c/autoinclude/utils.py attempt to fix catastrophic system-dependent explosion

Ethan Jucovy ejucovy at openplans.org
Tue Apr 22 17:54:23 EDT 2008


Log message for revision 85620:
  attempt to fix catastrophic system-dependent explosion

Changed:
  U   z3c.autoinclude/trunk/src/z3c/autoinclude/utils.py

-=-
Modified: z3c.autoinclude/trunk/src/z3c/autoinclude/utils.py
===================================================================
--- z3c.autoinclude/trunk/src/z3c/autoinclude/utils.py	2008-04-22 21:38:21 UTC (rev 85619)
+++ z3c.autoinclude/trunk/src/z3c/autoinclude/utils.py	2008-04-22 21:54:22 UTC (rev 85620)
@@ -90,6 +90,8 @@
         ns_dottednames = list(dist.get_metadata_lines('namespace_packages.txt'))
     except IOError:
         ns_dottednames = []
+    except KeyError:
+        ns_dottednames = []
     return ns_dottednames
 
 def isUnzippedEgg(path):



More information about the Checkins mailing list