summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Paul Glass <tempura@internode.on.net>2013-08-01 00:52:07 +1000
committerJulian Paul Glass <tempura@internode.on.net>2013-08-01 00:52:07 +1000
commitb18bdeeda1c837456c7c677c0fd49567bb72fdd8 (patch)
treefb462abb36211a45ca6ac5d94777fc7b34f661c9
parent8fc233823ea121a13cfeb61efc371144bec96ba3 (diff)
downloadpyramid-b18bdeeda1c837456c7c677c0fd49567bb72fdd8.tar.gz
pyramid-b18bdeeda1c837456c7c677c0fd49567bb72fdd8.tar.bz2
pyramid-b18bdeeda1c837456c7c677c0fd49567bb72fdd8.zip
table layouts and templates, query attributes (edit,new,del)
-rw-r--r--pyramid/tests/test_scripts/test_pserve.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/tests/test_scripts/test_pserve.py b/pyramid/tests/test_scripts/test_pserve.py
index 6e4b0f17d..107ff4c0a 100644
--- a/pyramid/tests/test_scripts/test_pserve.py
+++ b/pyramid/tests/test_scripts/test_pserve.py
@@ -156,7 +156,7 @@ class TestPServeCommand(unittest.TestCase):
self.pid_file = tempfile.mktemp()
pid = os.getpid()
inst = self._makeOne()
- inst.verbose = verbosity
+ inst.options.verbose = verbosity
try:
atexit.register = fake_atexit