Browse Source

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

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

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

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

import os
import sys


Loading…
Cancel
Save