diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-10-07 03:02:39 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2018-10-07 04:26:35 -0700 |
| commit | c2a76e4682cf4cfe81e98de874958ed885a4d159 (patch) | |
| tree | b81ccf7fec4f06665493b45bfec77f31a661c118 /docs/quick_tutorial/debugtoolbar/setup.py | |
| parent | 89ea49c213622ee0aea57138943f2b6d08307e70 (diff) | |
| download | pyramid-c2a76e4682cf4cfe81e98de874958ed885a4d159.tar.gz pyramid-c2a76e4682cf4cfe81e98de874958ed885a4d159.tar.bz2 pyramid-c2a76e4682cf4cfe81e98de874958ed885a4d159.zip | |
PEP8 setup.py's
Diffstat (limited to 'docs/quick_tutorial/debugtoolbar/setup.py')
| -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 + ) |
