Advertisement
AdmiralNemo

hgwebdir-wsgi

Jun 21st, 2011
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.17 KB | None | 0 0
  1. from mercurial import demandimport
  2. demandimport.enable()
  3. from mercurial.hgweb.hgwebdir_mod import hgwebdir
  4.  
  5. application = hgwebdir('/srv/localhost/hg/hgwebdir.config')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement