• 
      

    Provide WebAPIResource in reviewboard.webapi.resources again.

    Review Request #4580 — Created Sept. 17, 2013 and submitted — Latest diff uploaded

    Information

    Review Board
    master

    Reviewers

    Provide WebAPIResource in reviewboard.webapi.resources again.

    The recent API codebase restructuring moved WebAPIResource into
    reviewboard.webapi.base, but older extensions expected this to be found
    in reviewboard.webapi.resources. That's completely valid, so now we
    provide it there as well.

    Older extensions importing the various resource instances will still
    need to be updated, though.

    Unit tests pass.

    ReviewBot could import WebAPIResource from resources.py.