diff iwws.wsgi @ 0:2d9ee2b3ae82

Initial commit of iWWS.
author Daniel O'Connor <darius@dons.net.au>
date Mon, 15 Aug 2011 17:44:56 +0930
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/iwws.wsgi	Mon Aug 15 17:44:56 2011 +0930
@@ -0,0 +1,8 @@
+#!/usr/bin/env python
+
+import os, sys
+
+sys.path.append(os.getcwd())
+
+from iwws import app as application
+