remove print

This commit is contained in:
Luke Campagnola 2014-01-23 13:32:20 -05:00
parent 2f6bd8de37
commit ba00ce530f
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@ import os, sys, re
try:
from subprocess import check_output
except ImportError:
print "fake check_output"
import subprocess as sp
def check_output(*args, **kwds):
kwds['stdout'] = sp.PIPE