view hgwebsite.wsgi @ 415:b40d4f1881cf

say that the editor opens on commit and note how to avoid that.
author drak@kaverne
date Thu, 18 Sep 2014 10:55:08 +0200
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