[PYTHON-CRYPTO] getattr problem in DSA.py
Ng Pheng Siong
ngps at POST1.COM
Wed Mar 31 06:39:57 CEST 2004
On Tue, Mar 30, 2004 at 09:26:52PM +0200, Igor Belyi wrote:
> In the method '__getattr__(self, name)' of the 'class DSA' the line:
> method = getattr(m2, 'm2.dsa_get_%s' % (name,))
> should acctually be:
> method = getattr(m2, 'dsa_get_%s' % (name,))
Thanks, Igor.
Cheers.
--
Ng Pheng Siong <ngps at netmemetic.com>
http://firewall.rulemaker.net -+- Firewall Change Management & Version Control
http://sandbox.rulemaker.net/ngps -+- Open Source Python Crypto & SSL
More information about the python-crypto
mailing list