view iwws.wsgi @ 8:4b9d1b47ca17

Plot pressure. Switch from RH to dew point to save an axis for the above.
author Daniel O'Connor <darius@dons.net.au>
date Sun, 21 Aug 2011 15:47:52 +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