[Biopython-dev] [Bug 2680] Bio.AlignAce.Parser.py need to import string
bugzilla-daemon at portal.open-bio.org
bugzilla-daemon at portal.open-bio.org
Fri Nov 21 14:57:47 UTC 2008
http://bugzilla.open-bio.org/show_bug.cgi?id=2680
------- Comment #1 from biopython-bugzilla at maubp.freeserve.co.uk 2008-11-21 09:57 EST -------
This used to work via the "from Bio.ParserSupport import *", as up until
Biopython 1.48 that imported string.
Fixed in Bio/AlignAce/Parser.py revision 1.4 by importing string (this will be
included in Biopython 1.49).
I'm leaving this bug open as I would rather not use the string module here at
all - probably we can just use float() instead of string.atof() but that can
wait until after Biopython 1.49 is out.
--
Configure bugmail: http://bugzilla.open-bio.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Biopython-dev
mailing list