1
0
Fork 0
forked from github/pelican

use absolute import for the rstdirectives

This commit is contained in:
Ronny Pfannschmidt 2011-05-06 19:25:11 +02:00
commit e69b55dbcd

View file

@ -3,7 +3,7 @@ try:
from docutils import core
# import the directives to have pygments support
import rstdirectives
from pelican import rstdirectives
except ImportError:
core = False
try: