[py-configparser-cvs] r32 - trunk

ehuelsmann at common-lisp.net ehuelsmann at common-lisp.net
Sun Mar 16 18:09:25 UTC 2008


Author: ehuelsmann
Date: Sun Mar 16 13:09:25 2008
New Revision: 32

Modified:
   trunk/config.lisp
Log:
Fix expansion of ITEMS.

Modified: trunk/config.lisp
==============================================================================
--- trunk/config.lisp	(original)
+++ trunk/config.lisp	Sun Mar 16 13:09:25 2008
@@ -271,7 +271,7 @@
         (mapcar #'(lambda (x)
                     (cons (car x) (get-option config section-name
                                               (car x) ;; option-name
-                                              :expand t
+                                              :expand expand
                                               :defaults defaults)))
                 (section-options section))
         (section-options section))))



More information about the Py-configparser-cvs mailing list