From ba8f2c48b700a466a8cf7097d5f72d43372d4c37 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 24 Dec 2014 12:48:52 -0700 Subject: Use python2 for man, test scripts. Closes #251. --- test/spec_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/spec_tests.py') diff --git a/test/spec_tests.py b/test/spec_tests.py index 77a6be5..aa172a0 100755 --- a/test/spec_tests.py +++ b/test/spec_tests.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- import sys -- cgit v1.2.3