fixup: import check_output for generate_module_info
This commit is contained in:
parent
6b218437c8
commit
741fbc7b43
@ -22,7 +22,7 @@ logger = logging.getLogger("pylorax.treebuilder")
|
|||||||
|
|
||||||
import os, re, glob, fnmatch
|
import os, re, glob, fnmatch
|
||||||
from os.path import basename, isdir, getsize
|
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 tempfile import NamedTemporaryFile
|
||||||
|
|
||||||
from sysutils import joinpaths, cpfile, mvfile, replace, remove, linktree
|
from sysutils import joinpaths, cpfile, mvfile, replace, remove, linktree
|
||||||
|
Loading…
Reference in New Issue
Block a user