Skip to content

Commit 63926b4

Browse files
committed
updated for 2.7
1 parent 06b135e commit 63926b4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/simulation/simulator/vcs/test_simulation_simulator_vcs.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,9 @@ def test():
216216
try:
217217
from shutil import which
218218
except:
219-
from distutils.spawn import find_executable as which
219+
# from distutils.spawn import find_executable as which
220+
print('no which command')
221+
return
220222

221223
if which('vcs'):
222224
sim = simulation.Simulator(test_module, sim='vcs')

0 commit comments

Comments
 (0)