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/pathological_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/pathological_tests.py') diff --git a/test/pathological_tests.py b/test/pathological_tests.py index 3cf1662..49ed6db 100644 --- a/test/pathological_tests.py +++ b/test/pathological_tests.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- import re -- cgit v1.2.3