Mercurial > hg-website
view hgwebsite.wsgi @ 436:2b0669fed7a8
update domain to www.mercurial-scm.org
author | timeless@gmail.com |
---|---|
date | Sun, 29 Nov 2015 01:57:40 -0500 |
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