Description: Convert lapack_testing.py to Python 3
Author: Sébastien Villemot <sebastien@debian.org>
Bug-Debian: https://bugs.debian.org/943142
Forwarded: no
Last-Update: 2019-10-23
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/lapack_testing.py
+++ b/lapack_testing.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 # -*- coding: utf-8 -*-
 
 
@@ -6,7 +6,6 @@
 # lapack_testing.py
 ###############################################################################
 
-from __future__ import print_function
 from subprocess import Popen, STDOUT, PIPE
 import os, sys, math
 import getopt
