view hgwebsite.wsgi @ 441:674632ee2ceb

Merged in adduc/hg-website/adduc/update-link-to-matt-mackalls-repo-to-ref-1451564991479 (pull request #10) Update link to Matt Mackall's repo to reflect use of HTTPS.
author David Soria Parra <experimentalworks@gmail.com>
date Fri, 01 Jan 2016 14:45:08 +0100
parents 4d4c4b73808e
children
line wrap: on
line source

import sys, os
sys.path.insert(0, os.path.dirname(os.path.abspath(__file__)))
from hgwebsite import app as application