diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2013-02-06 16:58:39 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2013-02-06 16:58:39 -0500 |
commit | 680192b82a4ef5c80c0db925e63075c8e313356e (patch) | |
tree | 592f6096f7bf1aa6ed773500c292d0bd6dd5f0c6 | |
parent | 713b8cb8af5370dd436f8febeb07fbfb16ce17cc (diff) | |
download | benchy-680192b82a4ef5c80c0db925e63075c8e313356e.tar.gz |
Is a true script now
-rwxr-xr-x[-rw-r--r--] | benchy.py | 3 |
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 + |