# HG changeset patch # User Brian Neal # Date 1245619884 0 # Node ID 31cb8d55e3a17a37e72b157824ea1c0bb362ef15 # Parent 6dfcbbf112436f334724ea6e745ff5aee238e160 Fix typo in wsgi file. diff -r 6dfcbbf11243 -r 31cb8d55e3a1 gpp/apache/sg101.wsgi --- a/gpp/apache/sg101.wsgi Sun Jun 21 21:26:49 2009 +0000 +++ b/gpp/apache/sg101.wsgi Sun Jun 21 21:31:24 2009 +0000 @@ -13,7 +13,7 @@ def offline_handler(environ, start_response): wsgi_dir = os.path.dirname(__file__) - sys.path.append(project_dir) + sys.path.append(wsgi_dir) offline_file = os.path.join(wsgi_dir, '..', 'templates', 'offline.html') if os.path.exists(offline_file):