From 879cba1745edd852302346e5bb405b8bc3c10d20 Mon Sep 17 00:00:00 2001 From: Aaron Bentley Date: Fri, 23 Dec 2005 13:20:15 -0500 Subject: [PATCH] be now uses subprocess, so it requires Python 2.4 --- be | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/be b/be index d1edd1c..cfcfeed 100755 --- a/be +++ b/be @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2.4 # Copyright (C) 2005 Aaron Bentley and Panometrics, Inc. # # -- 2.26.2