From c774be3ea6fb93f01d28c9f7f289d9151e9f3e3e Mon Sep 17 00:00:00 2001 From: James McCoy Date: Wed, 24 Oct 2012 00:23:25 -0400 Subject: [PATCH] commands: Add process and regexp_wrapper to __all__ Signed-off-by: James McCoy --- src/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands.py b/src/commands.py index ba0c3033b..131f27729 100644 --- a/src/commands.py +++ b/src/commands.py @@ -985,7 +985,7 @@ __all__ = [ # Decorators. 'urlSnarfer', 'thread', # Functions. - 'wrap', + 'wrap', 'process', 'regexp_wrapper', # Stuff for testing. 'Spec', ]