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.
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