view iwws.wsgi @ 15:ebf411c89a3d

Fix bar width now we get data more frequently.
author Daniel O'Connor <darius@dons.net.au>
date Fri, 31 May 2013 13:35:56 +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