diff options
author | Gary Bressler <garybressler@nc.rr.com> | 2010-03-20 16:40:19 -0400 |
---|---|---|
committer | Gary Bressler <garybressler@nc.rr.com> | 2010-03-20 16:40:19 -0400 |
commit | a495421200df47243d546be7078618fcbe6d2ea4 (patch) | |
tree | 3443171f3e0e15224df0efebca0441aee1f6b15a | |
parent | 5f36c61d809b8ecdb1ed89f4d629fce8d9e680ff (diff) |
Trying again
-rw-r--r-- | unit_trace/viz/convert.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unit_trace/viz/convert.py b/unit_trace/viz/convert.py index 8ebdbdc..a7aff8b 100644 --- a/unit_trace/viz/convert.py +++ b/unit_trace/viz/convert.py | |||
@@ -1,6 +1,5 @@ | |||
1 | #!/usr/bin/env python | 1 | #!/usr/bin/env python |
2 | from schedule import * | 2 | from schedule import * |
3 | from trace_reader import * | ||
4 | 3 | ||
5 | """Class that interprets the raw trace data, outputting it | 4 | """Class that interprets the raw trace data, outputting it |
6 | to a Python schedule object. | 5 | to a Python schedule object. |