Author: chrisz
Date: Sun Jul 24 23:40:20 2011
New Revision: 8166
Log:
Wrong spelling of config file.
Modified:
Webware/trunk/WebKit/Adapters/WSGIAdapter.py
Modified: Webware/trunk/WebKit/Adapters/WSGIAdapter.py
==============================================================================
--- Webware/trunk/WebKit/Adapters/WSGIAdapter.py Sat Jul 16 06:43:52 2011 (r8165)
+++ Webware/trunk/WebKit/Adapters/WSGIAdapter.py Sun Jul 24 23:40:20 2011 (r8166)
@@ -7,7 +7,7 @@
This script expects to find a file in its directory called
'adapter.address' that specifies the address of the app server.
If the address file is not found, the address is taken from
-the configuration file called 'WSGIAdapter.conf'.
+the configuration file called 'WSGIAdapter.config'.
Contributed to Webware for Python by Christoph Zwerschke, 04/2010.
|