We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ee892e commit 9f6992aCopy full SHA for 9f6992a
roundup/scripts/roundup_server.py
@@ -17,7 +17,7 @@
17
18
"""Command-line script that runs a server over roundup.cgi.client.
19
20
-$Id: roundup_server.py,v 1.74 2004-11-22 07:11:30 a1s Exp $
+$Id: roundup_server.py,v 1.74.2.1 2004-12-22 06:38:08 a1s Exp $
21
"""
22
__docformat__ = 'restructuredtext'
23
@@ -359,6 +359,7 @@ class ServerConfig(configuration.Config):
359
360
def __init__(self, config_file=None):
361
configuration.Config.__init__(self, config_file, self.SETTINGS)
362
+ self.sections.append("trackers")
363
364
def _adjust_options(self, config):
365
"""Add options for tracker homes"""
0 commit comments