示例#1
0
 def ZopeFind(self, *args, **kwargs):
     """Don't break ZopeFind feature when a transform can't be loaded
     """
     try:
         return Folder.ZopeFind(self, *args, **kwargs)
     except MissingBinary:
         log('ZopeFind: catched MissingBinary exception')