+ remove colorizer (@springmeyer - was it intentional?)
This commit is contained in:
parent
9fe15c9d3e
commit
f0ada2b284
1 changed files with 15 additions and 19 deletions
|
@ -25,15 +25,11 @@ import sys
|
||||||
import glob
|
import glob
|
||||||
from copy import copy
|
from copy import copy
|
||||||
from subprocess import Popen, PIPE
|
from subprocess import Popen, PIPE
|
||||||
from colorizer import colorizer
|
|
||||||
col = colorizer()
|
|
||||||
|
|
||||||
Import('env')
|
Import('env')
|
||||||
|
|
||||||
lib_env = env.Clone()
|
lib_env = env.Clone()
|
||||||
|
|
||||||
col.colorize(lib_env)
|
|
||||||
|
|
||||||
def call(cmd, silent=True):
|
def call(cmd, silent=True):
|
||||||
stdin, stderr = Popen(cmd, shell=True, stdout=PIPE, stderr=PIPE).communicate()
|
stdin, stderr = Popen(cmd, shell=True, stdout=PIPE, stderr=PIPE).communicate()
|
||||||
if not stderr:
|
if not stderr:
|
||||||
|
|
Loading…
Reference in a new issue