Mercurial > hg-website
view hgwebsite.wsgi @ 428:4fb6ffa192fe
who: add Facebook
author | J. Lewis Muir <jlmuir@anl.gov> |
---|---|
date | Thu, 29 Oct 2015 20:57:23 +0000 |
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