fixup: import check_output for generate_module_info

This commit is contained in:
Will Woods 2011-06-27 16:02:51 -04:00
parent 6b218437c8
commit 741fbc7b43

View File

@ -22,7 +22,7 @@ logger = logging.getLogger("pylorax.treebuilder")
import os, re, glob, fnmatch
from os.path import basename, isdir, getsize
from subprocess import check_call, PIPE
from subprocess import check_call, check_output, PIPE
from tempfile import NamedTemporaryFile
from sysutils import joinpaths, cpfile, mvfile, replace, remove, linktree