diff --git a/src/fix.py b/src/fix.py index 409bb2ddb..0f2f65b8f 100644 --- a/src/fix.py +++ b/src/fix.py @@ -39,7 +39,7 @@ __revision__ = "$Id$" __all__ = [] -exported = ['ignore', 'reversed', 'window', 'group', 'sorted', +exported = ['ignore', 'reversed', 'window', 'group', 'partition', 'any', 'all', 'rsplit'] import new