Skip to content

Commit e20af99

Browse files
lapack_testing.py: convert to Python3
1 parent cb3dbb0 commit e20af99

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

lapack_testing.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
#! /usr/bin/env python2
2-
# -*- coding: utf-8 -*-
1+
#!/usr/bin/env python3
32

43

54
###############################################################################
65
# lapack_testing.py
76
###############################################################################
87

9-
from __future__ import print_function
108
from subprocess import Popen, STDOUT, PIPE
119
import os, sys, math
1210
import getopt

0 commit comments

Comments
 (0)