Skip to content

Commit e9cd113

Browse files
author
Alexander Smishlajev
committed
merge from maint-0-8
1 parent 9cdf350 commit e9cd113

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Fixed:
88
- back_sqlite.py is missing "import time" (sf bug 1081959)
99
- fix (list) popup (sf bug 1083570)
1010
- fix some security assertions (sf bug 1085481)
11+
- 'roundup-server -S' always writes [trackers] section heading (sf bug 1088878)
1112

1213

1314
2004-12-08 0.8.0b1

roundup/scripts/roundup_server.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
"""Command-line script that runs a server over roundup.cgi.client.
1919
20-
$Id: roundup_server.py,v 1.74 2004-11-22 07:11:30 a1s Exp $
20+
$Id: roundup_server.py,v 1.75 2004-12-22 06:57:36 a1s Exp $
2121
"""
2222
__docformat__ = 'restructuredtext'
2323

@@ -359,6 +359,7 @@ class ServerConfig(configuration.Config):
359359

360360
def __init__(self, config_file=None):
361361
configuration.Config.__init__(self, config_file, self.SETTINGS)
362+
self.sections.append("trackers")
362363

363364
def _adjust_options(self, config):
364365
"""Add options for tracker homes"""

0 commit comments

Comments
 (0)