From b18bdeeda1c837456c7c677c0fd49567bb72fdd8 Mon Sep 17 00:00:00 2001 From: Julian Paul Glass Date: Thu, 1 Aug 2013 00:52:07 +1000 Subject: table layouts and templates, query attributes (edit,new,del) --- pyramid/tests/test_scripts/test_pserve.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3