File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 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
13142004-12-08 0.8.0b1
Original file line number Diff line number Diff line change 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"""
You can’t perform that action at this time.
0 commit comments