Add __all__ to reviewboard.extensions.hooks.
Review Request #6389 — Created Oct. 1, 2014 and submitted — Latest diff uploaded
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