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 4381ee4 commit 2f74a62Copy full SHA for 2f74a62
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.79 2005-04-13 06:12:12 richard Exp $
+$Id: roundup_server.py,v 1.80 2005-12-03 09:37:24 a1s Exp $
21
"""
22
__docformat__ = 'restructuredtext'
23
@@ -230,6 +230,7 @@ def inner_run_cgi(self):
230
env['HTTP_HOST'] = self.headers['host']
231
if os.environ.has_key('CGI_SHOW_TIMING'):
232
env['CGI_SHOW_TIMING'] = os.environ['CGI_SHOW_TIMING']
233
+ env['HTTP_ACCEPT_LANGUAGE'] = self.headers['accept-language']
234
235
# do the roundup thing
236
tracker = self.get_tracker(tracker_name)
0 commit comments