[PATCH] pgp signature checking for deb822
Filippo Giunchedi
filippo at debian.org
Sat Jun 7 10:15:11 UTC 2008
the importance of running testsuite _before_ sending patches
On Sat, Jun 07, 2008 at 11:35:47AM +0200, Filippo Giunchedi wrote:
[...]
> + def __init__(self, *args, **kwargs):
> + if isinstance(args[0], basestring):
> + self.raw_text = args[0]
> + else:
> + self.raw_text = "".join(args[0])
this would be "\n".join(args[0]) of course
> + args = (self.raw_text,) + args[1:]
> +
> + _multivalued.__init__(self, *args, **kwargs)
[...]
>
> + def __init__(self, *args, **kwargs):
> + if isinstance(args[0], basestring):
> + self.raw_text = args[0]
> + else:
> + self.raw_text = "".join(args[0])
same here
filippo
--
Filippo Giunchedi - http://esaurito.net
PGP key: 0x6B79D401
random quote follows:
I get mail, therefore I am.
-- Dilbert
More information about the pkg-python-debian-discuss
mailing list