Mercurial > ~darius > hgwebdir.cgi > iwws
view iwws.wsgi @ 5:f859bcb451ca
Give a little horizontal border around the graphs and centre them.
author | Daniel O'Connor <darius@dons.net.au> |
---|---|
date | Mon, 15 Aug 2011 22:56:27 +0930 |
parents | 2d9ee2b3ae82 |
children |
line wrap: on
line source
#!/usr/bin/env python import os, sys sys.path.append(os.getcwd()) from iwws import app as application