Add __all__ to reviewboard.extensions.hooks.

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

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
reviewbot
  1. Tool: Pyflakes
    Processed Files:
        reviewboard/extensions/hooks.py
    
    
    
    Tool: PEP8 Style Checker
    Processed Files:
        reviewboard/extensions/hooks.py
    
    
  2. 
      
chipx86
  1. Looks fine.

    Worth noting though that our run-pyflakes wrapper knows not to worry about some of the stuff in this file.

  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-2.0.x (0d5eb54)
Loading...