fix tests

This commit is contained in:
benoitc 2013-08-27 17:14:12 +02:00
parent 82256a93a5
commit 4e3702c3ca

View File

@ -752,6 +752,7 @@ class Env(Setting):
cli = ["-e", "--env"]
meta = "ENV"
validator = validate_list_string
default = []
desc = """\
Set environment variable (key=value).
@ -763,6 +764,7 @@ class Env(Setting):
and test for the foo variable environement in your application.
"""
class Pidfile(Setting):
name = "pidfile"
section = "Server Mechanics"