Mercurial > p > roundup > code
changeset 3788:96b7e420b868
remove unnecessary configuration entry
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 18 Dec 2006 06:06:03 +0000 |
| parents | f623bdafe44b |
| children | d9b6ec37969b |
| files | roundup/configuration.py |
| diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/roundup/configuration.py Mon Dec 18 05:56:49 2006 +0000 +++ b/roundup/configuration.py Mon Dec 18 06:06:03 2006 +0000 @@ -1,6 +1,6 @@ # Roundup Issue Tracker configuration support # -# $Id: configuration.py,v 1.38 2006-12-18 03:53:39 richard Exp $ +# $Id: configuration.py,v 1.39 2006-12-18 06:06:03 richard Exp $ # __docformat__ = "restructuredtext" @@ -482,8 +482,6 @@ (TimezoneOption, "timezone", "UTC", "Default timezone offset," " applied when user's timezone is not set.", ["DEFAULT_TIMEZONE"]), - (BooleanOption, "nodaemon", "no", - "don't fork (this overrides the pidfile automatism).'"), (BooleanOption, "instant_registration", "no", "Register new users instantly, or require confirmation via\n" "email?"),
