diff options
author | Aaron Bentley <abentley@panoramicfeedback.com> | 2005-12-23 13:20:15 -0500 |
---|---|---|
committer | Aaron Bentley <abentley@panoramicfeedback.com> | 2005-12-23 13:20:15 -0500 |
commit | 879cba1745edd852302346e5bb405b8bc3c10d20 (patch) | |
tree | 935cc2aa1b93b17fa68706e1ccd580d6e348d579 | |
parent | fa983ff2e6cb5912fdb9835fd46465531570cc59 (diff) | |
download | bugseverywhere-879cba1745edd852302346e5bb405b8bc3c10d20.tar.gz |
be now uses subprocess, so it requires Python 2.4
-rwxr-xr-x | be | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2.4 # Copyright (C) 2005 Aaron Bentley and Panometrics, Inc. # <abentley@panoramicfeedback.com> # |