Package fix to rst plugin.

This commit is contained in:
Brit Butler 2013-01-29 20:38:55 -05:00
parent d256db6bbc
commit 9a46023d76

View file

@ -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)