Removed python2 from the usr/bin/env statement and replaced with just python. (putting it back the way it was)

This commit is contained in:
Adam Nelson 2013-05-29 10:46:23 -04:00
parent 9e7af878b5
commit a519e663ca

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python2
#!/usr/bin/env python
'''Python script to plot tally data generated by OpenMC.'''