On 2007-06-14, Bruno Desthuilliers
<[EMAIL PROTECTED]> wrote:
> Neil Cerutti a écrit :
> (snip)
>> class bar:
>>     def readgenome(self, filehandle):
>>         self.s = ''.join(line.strip() for line in filehandle)
>
>=>
>            self.s = ''.join(line.strip() for line in filehandle if not 
> '>' in line)

Thanks for that correction.

-- 
Neil Cerutti
I don't know what to expect right now, but we as players have to do what we've
got to do to make sure that the pot is spread equally. --Jim Jackson
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to