Move to using a set instead of a dict when computing e-mail recipients
Submitted
Updated 8 months, 2 weeks ago
| Christian Hammond | Reviewers | ||
| trunk | reviewboard | ||
| None | Review Board SVN | ||
This is some cleanup code from Jonathan Ellis's e-mail patch (http://reviews.review-board.org/r/208/) that moves our e-mail recipient code to using a set instead of a dict.
Unit tests pass.
Looks fine.