mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
make sure subprocess is available so we can set startupinfo
This commit is contained in:
parent
7ab5a53e38
commit
58b20b0626
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ Latex support
|
||||||
"""
|
"""
|
||||||
__docformat__ = 'restructuredtext'
|
__docformat__ = 'restructuredtext'
|
||||||
|
|
||||||
import re, tempfile, os, sys, shutil, cgi
|
import re, tempfile, os, sys, shutil, cgi, subprocess
|
||||||
from anki.utils import genID, checksum, call
|
from anki.utils import genID, checksum, call
|
||||||
from anki.hooks import addHook
|
from anki.hooks import addHook
|
||||||
from htmlentitydefs import entitydefs
|
from htmlentitydefs import entitydefs
|
||||||
|
|
Loading…
Reference in a new issue