Browse Source

benchmark/scripts/SCIPY/dsyrk.py: Use the environment python.

tags/v0.2.16.rc1
John Kirkham 10 years ago
parent
commit
cb554b3a9c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      benchmark/scripts/SCIPY/dsyrk.py

+ 1
- 1
benchmark/scripts/SCIPY/dsyrk.py View File

@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python

import os
import sys


Loading…
Cancel
Save