From 58b20b0626a6c7f0a6c46aad8e7a1239f8bc29ae Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sat, 11 Dec 2010 18:36:01 +0900 Subject: [PATCH] make sure subprocess is available so we can set startupinfo --- anki/latex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anki/latex.py b/anki/latex.py index c30eef47b..a7feadb0c 100644 --- a/anki/latex.py +++ b/anki/latex.py @@ -8,7 +8,7 @@ Latex support """ __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.hooks import addHook from htmlentitydefs import entitydefs