Skip to content

Commit e08b47a

Browse files
author
Justus Pendleton
committed
Ooops...not sure where those tabs came from. Making them spaces.
1 parent bf17fed commit e08b47a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

roundup/scripts/roundup_server.py

Lines changed: 4 additions & 4 deletions
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.90 2007-09-03 17:20:07 jpend Exp $
20+
$Id: roundup_server.py,v 1.91 2007-09-03 17:26:42 jpend Exp $
2121
"""
2222
__docformat__ = 'restructuredtext'
2323

@@ -512,9 +512,9 @@ class ServerConfig(configuration.Config):
512512
"nodaemon": "D",
513513
"log_hostnames": "N",
514514
"multiprocess": "t:",
515-
"template": "i:",
516-
"ssl": "s",
517-
"pem": "e:",
515+
"template": "i:",
516+
"ssl": "s",
517+
"pem": "e:",
518518
}
519519

520520
def __init__(self, config_file=None):

0 commit comments

Comments
 (0)