rst.lisp: Fix conflicting symbol imports
WRITE-PART should be imported from docutils where it is defined.
This commit is contained in:
parent
5404e88c0b
commit
9e8bf5e4c9
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
(:import-from :coleslaw #:render-text)
|
(:import-from :coleslaw #:render-text)
|
||||||
(:import-from :docutils #:read-rst #:write-part #:register-settings-spec
|
(:import-from :docutils #:read-rst #:write-part #:register-settings-spec
|
||||||
#:visit-node #:write-document)
|
#:visit-node #:write-document)
|
||||||
(:import-from :docutils.writer.html #:html-writer #:write-part)
|
(:import-from :docutils.writer.html #:html-writer)
|
||||||
(:export #:enable))
|
(:export #:enable))
|
||||||
|
|
||||||
(in-package :coleslaw-rst)
|
(in-package :coleslaw-rst)
|
||||||
|
|
Loading…
Add table
Reference in a new issue