~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to start-loggerhead

  • Committer: Martin Albisetti
  • Date: 2008-10-30 12:01:13 UTC
  • mfrom: (234.1.3 revno2head)
  • Revision ID: argentina@gmail.com-20081030120113-y8bx41ch3apcjycs
Make URLs in Files tab permanenetly link to tip

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
import sys
24
24
import urlparse
25
25
 
26
 
from bzrlib.util.configobj.configobj import ConfigObj
 
26
from configobj import ConfigObj
27
27
 
28
28
from paste import httpserver
29
29
from paste.httpexceptions import make_middleware
115
115
        def app(environ, start_response, orig=app):
116
116
            environ['SCRIPT_NAME'] = path
117
117
            environ['HTTP_HOST'] = netloc
118
 
            environ['wsgi.url_scheme'] = scheme
119
118
            return orig(environ, start_response)
120
119
 
121
120
    try: