Mercurial > hg-website
view hgwebsite.wsgi @ 458:9f7df5119cc3
frontpage: remove left margin from quick start block
This future-proofs it a bit if code in the block gets even longer.
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Wed, 01 Jun 2016 07:18:57 +0800 |
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