summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Petrello <lists@ryanpetrello.com>2013-02-04 13:14:34 -0500
committerRyan Petrello <lists@ryanpetrello.com>2013-02-04 13:14:34 -0500
commit31177f2982805549ea2022c9aa8b06315b15a9ff (patch)
treec8dd1ae3d67d99851e3fdf57ce4f4d39841cd9a7
parent5f245a74494b93f0ec787cb59d820561cbff0d3a (diff)
downloadpecan-31177f2982805549ea2022c9aa8b06315b15a9ff.tar.gz
Fix a pep8 spacing violation.
-rw-r--r--pecan/tests/test_base.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pecan/tests/test_base.py b/pecan/tests/test_base.py
index b5f4029..bbabced 100644
--- a/pecan/tests/test_base.py
+++ b/pecan/tests/test_base.py
@@ -741,7 +741,6 @@ class TestSriptName(unittest.TestCase):
assert r.status_int == 200
-
class TestRedirect(unittest.TestCase):
@property