• 
      

    Provide WebAPIResource in reviewboard.webapi.resources again.

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

    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.

    reviewbot
    1. This is a review from Review Bot.
      Tool: PEP8 Style Checker
      Processed Files:
      reviewboard/webapi/resources/init.py
      Ignored Files:

    2. 
        
    reviewbot
    1. This is a review from Review Bot.
      Tool: Pyflakes
      Processed Files:
      reviewboard/webapi/resources/init.py
      Ignored Files:

    2. 
        
    david
    1. Ship It!

    2. 
        
    chipx86
    Review request changed
    Status:
    Completed