[Assorted-commits] SF.net SVN: assorted: [707] python-commons/trunk/src/commons/seqs.py
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-05-08 03:19:13
|
Revision: 707 http://assorted.svn.sourceforge.net/assorted/?rev=707&view=rev Author: yangzhang Date: 2008-05-07 20:19:12 -0700 (Wed, 07 May 2008) Log Message: ----------- fixed missing import Modified Paths: -------------- python-commons/trunk/src/commons/seqs.py Modified: python-commons/trunk/src/commons/seqs.py =================================================================== --- python-commons/trunk/src/commons/seqs.py 2008-05-08 03:18:57 UTC (rev 706) +++ python-commons/trunk/src/commons/seqs.py 2008-05-08 03:19:12 UTC (rev 707) @@ -8,7 +8,7 @@ from struct import pack, unpack from contextlib import closing from itertools import ( chain, count, ifilterfalse, islice, - izip, tee ) + izip, repeat, tee ) from .log import warning """ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |