Package fix to rst plugin.
This commit is contained in:
parent
d256db6bbc
commit
9a46023d76
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
|||
(defpackage :coleslaw-rst
|
||||
(:use :cl)
|
||||
(:import-from :coleslaw #:render-content)
|
||||
(:import-from :cl-docutils #:read-rst
|
||||
#:write-html)
|
||||
(:import-from :docutils #:read-rst
|
||||
#:write-html)
|
||||
(:export #:enable))
|
||||
|
||||
(in-package :coleslaw-rst)
|
||||
|
|
Loading…
Add table
Reference in a new issue