rst.lisp: Fix conflicting symbol imports

WRITE-PART should be imported from docutils where it is defined.
This commit is contained in:
Alexander Artemenko 2016-10-16 12:20:01 -05:00 committed by Javier Olaechea
parent 5404e88c0b
commit 9e8bf5e4c9

View file

@ -6,7 +6,7 @@
(:import-from :coleslaw #:render-text)
(:import-from :docutils #:read-rst #:write-part #:register-settings-spec
#:visit-node #:write-document)
(:import-from :docutils.writer.html #:html-writer #:write-part)
(:import-from :docutils.writer.html #:html-writer)
(:export #:enable))
(in-package :coleslaw-rst)