James Stroud wrote:
cue = iter(open('CDImage.cue').readlines())

It just occurred to me that this could simply be:

cue = open('CDImage.cue')

James


--
James Stroud
UCLA-DOE Institute for Genomics and Proteomics
Box 951570
Los Angeles, CA 90095

http://www.jamesstroud.com
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to