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 bf17fed commit e08b47aCopy full SHA for e08b47a
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.90 2007-09-03 17:20:07 jpend Exp $
+$Id: roundup_server.py,v 1.91 2007-09-03 17:26:42 jpend Exp $
21
"""
22
__docformat__ = 'restructuredtext'
23
@@ -512,9 +512,9 @@ class ServerConfig(configuration.Config):
512
"nodaemon": "D",
513
"log_hostnames": "N",
514
"multiprocess": "t:",
515
- "template": "i:",
516
- "ssl": "s",
517
- "pem": "e:",
+ "template": "i:",
+ "ssl": "s",
+ "pem": "e:",
518
}
519
520
def __init__(self, config_file=None):
0 commit comments