hgweb.cgi
changeset 202 e875a0cf7f3a
parent 159 f9d8620ef469
child 391 5f65a108a559
equal deleted inserted replaced
201:f918a6fa2572 202:e875a0cf7f3a
     1 #!/usr/bin/python
     1 #!/usr/bin/env python
     2 #
     2 #
     3 # An example CGI script to use hgweb, edit as necessary
     3 # An example CGI script to use hgweb, edit as necessary
     4 
     4 
     5 import cgitb, os, sys
     5 import cgitb, os, sys
     6 # sys.path.insert(0, "/path/to/python/lib") # if not a system-wide install
     6 # sys.path.insert(0, "/path/to/python/lib") # if not a system-wide install