diff options
author | Gary Bressler <garybressler@nc.rr.com> | 2010-02-25 12:04:02 -0500 |
---|---|---|
committer | Gary Bressler <garybressler@nc.rr.com> | 2010-02-25 12:04:02 -0500 |
commit | d7dfc575f9a1a5a0117cab591c6284b1f1844dcf (patch) | |
tree | 0ed3ebbe43138ecaf67d070bfd4c9614dd511f08 /sample_script.py | |
parent | 75dedea2014c9ea703bb4000fbfda45c20b196e5 (diff) |
This commit of unit-trace converts it to Python2 from Python3, so that it
can operate with the visualizer, which uses Python2.
Diffstat (limited to 'sample_script.py')
-rwxr-xr-x | sample_script.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sample_script.py b/sample_script.py index 6fdb6cc..c3b7843 100755 --- a/sample_script.py +++ b/sample_script.py | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/usr/bin/env python3 | 1 | #!/usr/bin/python |
2 | 2 | ||
3 | # This is a sample script for using the tool. I would recommend copying | 3 | # This is a sample script for using the tool. I would recommend copying |
4 | # this and modifying it to suit your needs for a particular test. Make | 4 | # this and modifying it to suit your needs for a particular test. Make |