From a519e663ca1906d08ce394c6ffb442eeb36d99eb Mon Sep 17 00:00:00 2001 From: Adam Nelson Date: Wed, 29 May 2013 10:46:23 -0400 Subject: [PATCH] Removed python2 from the usr/bin/env statement and replaced with just python. (putting it back the way it was) --- src/utils/plot_mesh_tally.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/plot_mesh_tally.py b/src/utils/plot_mesh_tally.py index 04b6b4592a..dcd98e04e7 100755 --- a/src/utils/plot_mesh_tally.py +++ b/src/utils/plot_mesh_tally.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python '''Python script to plot tally data generated by OpenMC.'''