summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2013-02-06 16:58:39 -0500
committerJoseph Hunkeler <jhunk@stsci.edu>2013-02-06 16:58:39 -0500
commit680192b82a4ef5c80c0db925e63075c8e313356e (patch)
tree592f6096f7bf1aa6ed773500c292d0bd6dd5f0c6
parent713b8cb8af5370dd436f8febeb07fbfb16ce17cc (diff)
downloadbenchy-680192b82a4ef5c80c0db925e63075c8e313356e.tar.gz
Is a true script now
-rwxr-xr-x[-rw-r--r--]benchy.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/benchy.py b/benchy.py
index 03967b5..d73f206 100644..100755
--- a/benchy.py
+++ b/benchy.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
import os
import time
import string
@@ -229,4 +230,4 @@ if __name__ == "__main__":
pyplot.savefig(os.path.join(sequence_test.path_results, string.join([k, str(sequence_test.size)], sep='_')))
pyplot.close()
- \ No newline at end of file
+