diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-10-07 03:02:39 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2018-10-07 03:02:39 -0700 |
| commit | ada94dcaa25dc8a3169a6cac7f1161f58fd52b17 (patch) | |
| tree | 55223d0389ccb12e1363c4614ed1691444f9c988 /docs/quick_tutorial/debugtoolbar | |
| parent | f5ff422c88dfe533310e96f432b46a6b60a1f49d (diff) | |
| download | pyramid-ada94dcaa25dc8a3169a6cac7f1161f58fd52b17.tar.gz pyramid-ada94dcaa25dc8a3169a6cac7f1161f58fd52b17.tar.bz2 pyramid-ada94dcaa25dc8a3169a6cac7f1161f58fd52b17.zip | |
PEP8 setup.py's
Diffstat (limited to 'docs/quick_tutorial/debugtoolbar')
| -rw-r--r-- | docs/quick_tutorial/debugtoolbar/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tutorial/debugtoolbar/setup.py b/docs/quick_tutorial/debugtoolbar/setup.py index 1c948f52b..a947e20d8 100644 --- a/docs/quick_tutorial/debugtoolbar/setup.py +++ b/docs/quick_tutorial/debugtoolbar/setup.py @@ -12,4 +12,4 @@ setup(name='tutorial', [paste.app_factory] main = tutorial:main """, -)
\ No newline at end of file + ) |
