commands: Add process and regexp_wrapper to __all__

Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
This commit is contained in:
James McCoy 2012-10-24 00:23:25 -04:00
parent 90b7f3cd4e
commit c774be3ea6

View File

@ -985,7 +985,7 @@ __all__ = [
# Decorators.
'urlSnarfer', 'thread',
# Functions.
'wrap',
'wrap', 'process', 'regexp_wrapper',
# Stuff for testing.
'Spec',
]