Code review comment for lp:~kfogel/launchpad/add-community-contributions-script

Revision history for this message
Karl Fogel (kfogel) wrote :

Add a script that detects community contributions and updates a wiki page with information about them. This script doesn't affect Launchpad itself at all; it just takes a Launchpad branch as read-only input.

Note the dependency on editmoin.py. The import just errors informatively if editmoin can't be found, so the user will know where to get it. This seemed preferable to dragging editmoin.py into utilities/.

« Back to merge proposal