Re: getattr problem in DSA.py
Ng Pheng Siong <[email protected]>
| Newsgroups | gmane.comp.python.cryptography |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> http://firewall.rulemaker.net -+- Firewall Change Management & Version Control http://sandbox.rulemaker.net/ngps -+- Open Source Python Crypto & SSL