Mercurial > hg-website
view hgwebsite.wsgi @ 413:7336a790df11
Add google+ link to verify site
author | David Soria Parra <davidsp@fb.com> |
---|---|
date | Fri, 29 Aug 2014 14:45:56 +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