Switch to unified view
a/Allura/allura/config/resources.py | b/Allura/allura/config/resources.py | ||
---|---|---|---|
... |
... |
||
19 | pkg_resources.resource_filename( |
19 | pkg_resources.resource_filename( |
20 | ep.module_name, |
20 | ep.module_name, |
21 | os.path.join('nf', ep.name))) |
21 | os.path.join('nf', ep.name))) |
22 | except ImportError: |
22 | except ImportError: |
23 | log.warning('Cannot import entry point %s', ep) |
23 | log.warning('Cannot import entry point %s', ep) |
24 | continue |
24 | raise |