[Osaas-commits] r5 - in trunk: . server/osaas/http
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Aug 27 19:29:36 CEST 2007
Author: bh
Date: 2007-08-27 19:29:36 +0200 (Mon, 27 Aug 2007)
New Revision: 5
Modified:
trunk/ChangeLog
trunk/server/osaas/http/run.py
Log:
* server/osaas/http/run.py (ProgramWithOptions.read_config_file):
Fix typo in doc-string
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2007-08-27 17:26:12 UTC (rev 4)
+++ trunk/ChangeLog 2007-08-27 17:29:36 UTC (rev 5)
@@ -1,5 +1,10 @@
2007-08-27 Bernhard Herzog <bh at intevation.de>
+ * server/osaas/http/run.py (ProgramWithOptions.read_config_file):
+ Fix typo in doc-string
+
+2007-08-27 Bernhard Herzog <bh at intevation.de>
+
Rework where the default options are defined
* server/osaas/http/run.py (ProgramWithOptions.create_option_parser)
Modified: trunk/server/osaas/http/run.py
===================================================================
--- trunk/server/osaas/http/run.py 2007-08-27 17:26:12 UTC (rev 4)
+++ trunk/server/osaas/http/run.py 2007-08-27 17:29:36 UTC (rev 5)
@@ -48,7 +48,7 @@
return parser
def read_config_file(self, opts):
- """Reads options from a configuratin file
+ """Reads options from a configuration file
The parameter opts is an OptionStack instance holding defaults
and values read from the command line. Derived classes wishing
More information about the Osaas-commits
mailing list