This commit is contained in:
Jeremy Fincher 2004-04-20 10:36:53 +00:00
parent d3d43f8a0c
commit 494352b8ce

View File

@ -39,7 +39,7 @@ __revision__ = "$Id$"
__all__ = []
exported = ['ignore', 'reversed', 'window', 'group', 'sorted',
exported = ['ignore', 'reversed', 'window', 'group',
'partition', 'any', 'all', 'rsplit']
import new