Comment 2 for bug 433454

Revision history for this message
James Westby (james-w) wrote : Re: [Bug 433454] [NEW] Allow multiple dput destinations

On Mon Sep 21 19:28:25 +0100 2009 James Westby wrote:
> The way I think this should be done is: in __init__.py
>
> Change
>
> Option("dput", ...
>
> to
>
> ListOption("dput", ...

Oh, and of course add the import of ListOption from the same place
as Option at the top of the file if it is not already there.

Thanks,

James