• 
      

    Add __all__ to reviewboard.extensions.hooks.

    Review Request #6389 — Created Oct. 1, 2014 and submitted — Latest diff uploaded

    Information

    Review Board
    release-2.0.x
    fc921ed...

    Reviewers

    The hooks module has a bunch of its own classes, but also imports some stuff
    into its namespace (which is then expected to be exposed to the world). This
    change adds __all__ to said module in order to clarify what should be exported
    (which also makes pyflakes happier).

    • Ran pyflakes
    • Ran unit tests