mercurial/web/templates/hgweb.wsgi.j2
changeset 58 baca37fdc8c3
parent 56 59e94b4a91a2
equal deleted inserted replaced
57:628402a01a59 58:baca37fdc8c3
     7 # Uncomment and adjust if Mercurial is not installed system-wide
     7 # Uncomment and adjust if Mercurial is not installed system-wide
     8 # (consult "installed modules" path from 'hg debuginstall'):
     8 # (consult "installed modules" path from 'hg debuginstall'):
     9 #import sys; sys.path.insert(0, "/path/to/python/lib")
     9 #import sys; sys.path.insert(0, "/path/to/python/lib")
    10 
    10 
    11 # Uncomment to send python tracebacks to the browser if an error occurs:
    11 # Uncomment to send python tracebacks to the browser if an error occurs:
    12 import cgitb; cgitb.enable()
    12 #import cgitb; cgitb.enable()
    13 
    13 
    14 # enable demandloading to reduce startup time
    14 # enable demandloading to reduce startup time
    15 from mercurial import demandimport; demandimport.enable()
    15 from mercurial import demandimport; demandimport.enable()
    16 
    16 
    17 from mercurial.hgweb import hgweb
    17 from mercurial.hgweb import hgweb