Add some protection in the extension resource for unloadable extensions.

Review Request #5008 — Created Nov. 18, 2013 and submitted — Latest diff uploaded

Information

Djblets
master

Reviewers

Add some protection in the extension resource for unloadable extensions.

The API resource for extensions would fail if the extension couldn't
actually be loaded. This was hit with the Review Board API docs build,
since we referenced non-existant extensions. We're now a bit more
careful and only introspect the extension if it's loadable.

Built the API docs.

    Loading...