Author: Benjamin Redelings
Last-Update: 2018-05-06 07:50:25 -0400
Description: Run tests by explicitly unsing Python3

Index: bali-phy/tests/run-tests.py
===================================================================
--- bali-phy.orig/tests/run-tests.py
+++ bali-phy/tests/run-tests.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 from __future__ import print_function
 import subprocess
 import os
