Skip to content

Commit 0dfe4f1

Browse files
author
Richard Jones
committed
remove unnecessary configuration entry
1 parent e548fb9 commit 0dfe4f1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

roundup/configuration.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Roundup Issue Tracker configuration support
22
#
3-
# $Id: configuration.py,v 1.38 2006-12-18 03:53:39 richard Exp $
3+
# $Id: configuration.py,v 1.39 2006-12-18 06:06:03 richard Exp $
44
#
55
__docformat__ = "restructuredtext"
66

@@ -482,8 +482,6 @@ def str2value(self, value):
482482
(TimezoneOption, "timezone", "UTC", "Default timezone offset,"
483483
" applied when user's timezone is not set.",
484484
["DEFAULT_TIMEZONE"]),
485-
(BooleanOption, "nodaemon", "no",
486-
"don't fork (this overrides the pidfile automatism).'"),
487485
(BooleanOption, "instant_registration", "no",
488486
"Register new users instantly, or require confirmation via\n"
489487
"email?"),

0 commit comments

Comments
 (0)