Am 26. November 2010 14:26 schrieb Iustin Pop <[email protected]>:
> First change is to replace "range(len(self.NOTIFIERS)))" with
> self.NOTIFIERS, as range(len(range(N))) ≡ range(N).
>
> Sencond change is switch from an explicit indexing to use of zip.
> Unittests still pass :)

LGTM

Reply via email to