diff options
Diffstat (limited to 'unit_trace/viz')
-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. |