[py-configparser-cvs] r6 - trunk
ehuelsmann at common-lisp.net
ehuelsmann at common-lisp.net
Tue Jan 15 22:24:58 UTC 2008
Author: ehuelsmann
Date: Tue Jan 15 17:24:58 2008
New Revision: 6
Modified:
trunk/parser.lisp
Log:
Add missing paren.
Modified: trunk/parser.lisp
==============================================================================
--- trunk/parser.lisp (original)
+++ trunk/parser.lisp Tue Jan 15 17:24:58 2008
@@ -187,7 +187,7 @@
This function maps from the python 'readfp()' function."
(let ((*file-name* stream-name))
(reading-driver config stream)
- config )
+ config))
(defun %format-value (value)
(if (and (numberp value)
More information about the Py-configparser-cvs
mailing list