view hgwebsite.wsgi @ 417:4c185817cc45

Describe the canonical way to track folders: .keep files.
author drak@kaverne
date Thu, 18 Sep 2014 10:56:45 +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