diff options
Diffstat (limited to 'util/batch')
-rwxr-xr-x | util/batch/job.py | 2 | ||||
-rwxr-xr-x | util/batch/send.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/util/batch/job.py b/util/batch/job.py index 471b88251..02e1fdcc7 100755 --- a/util/batch/job.py +++ b/util/batch/job.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python2.7 # Copyright (c) 2006 The Regents of The University of Michigan # All rights reserved. # diff --git a/util/batch/send.py b/util/batch/send.py index 44a4f2879..7707a0e32 100755 --- a/util/batch/send.py +++ b/util/batch/send.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python2.7 # Copyright (c) 2006 The Regents of The University of Michigan # All rights reserved. # |