Mercurial > ~darius > hgwebdir.cgi > iwws
view iwws.wsgi @ 9:6edb93c20971
Fix stretching the graph limits for temperature.
author | Daniel O'Connor <darius@dons.net.au> |
---|---|
date | Tue, 03 Jan 2012 19:05:55 +1030 |
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