forked from github/pelican
use absolute import for the rstdirectives
This commit is contained in:
parent
9c99db7119
commit
e69b55dbcd
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue