Hi,
There is a typo in package.lisp, exporting #:no-section-erorr instead of #:no-section-error.
Below is a specific patch.
Cheers, Abhishek
Index: package.lisp =================================================================== --- package.lisp (revision 46) +++ package.lisp (working copy) @@ -23,7 +23,7 @@
;; Configuration management ;; Error classes - #:no-section-erorr + #:no-section-error #:duplicate-section-error #:no-option-error #:interpolation-error
Thanks for your report!
I've committed the change.
Bye,
Erik.
On Tue, Mar 3, 2009 at 1:20 PM, Abhishek Reddy arbscht@gmail.com wrote:
Hi,
There is a typo in package.lisp, exporting #:no-section-erorr instead of #:no-section-error.
Below is a specific patch.
Cheers, Abhishek
Index: package.lisp
--- package.lisp (revision 46) +++ package.lisp (working copy) @@ -23,7 +23,7 @@
;; Configuration management ;; Error classes
- #:no-section-erorr
- #:no-section-error
#:duplicate-section-error #:no-option-error #:interpolation-error
py-configparser-devel mailing list py-configparser-devel@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/py-configparser-devel
py-configparser-devel@common-lisp.net