Преглед изворни кода

tools: force use of python2.7 with starpu_trace_state_stats.py

Samuel Pitoiset пре 9 година
родитељ
комит
09570c23fd
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      tools/starpu_trace_state_stats.py

+ 1 - 1
tools/starpu_trace_state_stats.py

@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python2.7
 
 ##
 # StarPU --- Runtime system for heterogeneous multicore architectures.