fix import error
This commit is contained in:
parent
e189c78748
commit
0f6b339cdd
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ from docutils import nodes
|
|||
|
||||
from docutils.parsers.rst import Directive
|
||||
|
||||
from shutils import which
|
||||
from shutil import which
|
||||
import shlex
|
||||
|
||||
class D2langDirective(Directive):
|
||||
|
|
Loading…
Reference in a new issue