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', ]