comparison hgweb.py @ 5:96dc69a8cf91

added judy-face-art repository
author Robert McIntyre <rlm@mit.edu>
date Thu, 05 Jul 2012 23:26:34 +0100
parents dfc6cd448c24
children
comparison
equal deleted inserted replaced
4:adbb5798cacc 5:96dc69a8cf91
1 #!/usr/bin/env python 1 #!/usr/bin/env python2
2 2
3 config = "/home/r/proj/bortreb/hgweb.config" 3 config = "/home/r/proj/bortreb/hgweb.config"
4 4
5 # Uncomment to send python tracebacks to the browser if an error occurs: 5 # Uncomment to send python tracebacks to the browser if an error occurs:
6 #import cgitb; cgitb.enable() 6 #import cgitb; cgitb.enable()