Did you forget to import 'subprocess'
This commit is contained in:
parent
0f6b339cdd
commit
ca26783b4f
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ from docutils.parsers.rst import Directive
|
||||||
|
|
||||||
from shutil import which
|
from shutil import which
|
||||||
import shlex
|
import shlex
|
||||||
|
import subprocess
|
||||||
|
|
||||||
class D2langDirective(Directive):
|
class D2langDirective(Directive):
|
||||||
has_content = True
|
has_content = True
|
||||||
|
|
Loading…
Reference in a new issue