diff options
| -rw-r--r-- | pyramid/scripts/prequest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyramid/scripts/prequest.py b/pyramid/scripts/prequest.py index 880eae5b0..021b83f6c 100644 --- a/pyramid/scripts/prequest.py +++ b/pyramid/scripts/prequest.py @@ -45,6 +45,7 @@ class PRequestCommand(object): the request's WSGI environment, so your application can distinguish these calls from normal requests. """ + parser = argparse.ArgumentParser( usage="%(prog)s config_uri path_info [args/options]", description=textwrap.dedent(description) |
