From 2f23406087031bebc0e676927859d1a79f0d56a3 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Fri, 30 Oct 2015 12:39:03 -0400 Subject: [PATCH] Perf: Removed Python3 requirement, which is not needed --- performance/compare_runs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/performance/compare_runs.py b/performance/compare_runs.py index c8b961c1b..da2339740 100755 --- a/performance/compare_runs.py +++ b/performance/compare_runs.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/env python # # Compare performance of two Taskwarrior versions. #