Mercurial > ~darius > hgwebdir.cgi > iwws
view iwws.wsgi @ 6:74215b8e16f4
Don't need to make #jqt 100%.
Add a node about why we have this.
author | Daniel O'Connor <darius@dons.net.au> |
---|---|
date | Mon, 15 Aug 2011 23:07: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