Mercurial > public > sg101
diff gpp/apache/sg101.wsgi @ 48:31cb8d55e3a1
Fix typo in wsgi file.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 21 Jun 2009 21:31:24 +0000 |
parents | 6dfcbbf11243 |
children | 04dcbf008bcc |
line wrap: on
line diff
--- 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):