From: =?utf-8?b?RnLDqWTDqXJpYyBCb25uYXJk?= <frediz@debian.org>
Date: Tue, 22 Jan 2019 13:55:39 +0100
Subject: Use python3

---
 tests/gen-libdfp-tests.py | 2 +-
 tests/gen-libdfp-ulps.py  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/gen-libdfp-tests.py b/tests/gen-libdfp-tests.py
index 63d50db..54e0bdc 100755
--- a/tests/gen-libdfp-tests.py
+++ b/tests/gen-libdfp-tests.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 import sys
 import re
diff --git a/tests/gen-libdfp-ulps.py b/tests/gen-libdfp-ulps.py
index 55dae23..b3e40da 100755
--- a/tests/gen-libdfp-ulps.py
+++ b/tests/gen-libdfp-ulps.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 import sys
 import os
