diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-11-28 01:56:15 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-12-13 17:30:51 -0800 |
| commit | 506d3c7fd5cd6cf3bd0c46f06f85c9cdf6795d18 (patch) | |
| tree | 5bc41aae076c968b4d0c48f615bb39e307f31e72 | |
| parent | 616f40a660d1f095241a7c46ff3d68e69b07c900 (diff) | |
| download | pyramid-506d3c7fd5cd6cf3bd0c46f06f85c9cdf6795d18.tar.gz pyramid-506d3c7fd5cd6cf3bd0c46f06f85c9cdf6795d18.tar.bz2 pyramid-506d3c7fd5cd6cf3bd0c46f06f85c9cdf6795d18.zip | |
add line feed to avoid Sphinx error
| -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) |
