summaryrefslogtreecommitdiffstats
path: root/unit_trace
diff options
context:
space:
mode:
authorGary Bressler <garybressler@nc.rr.com>2010-03-20 16:40:19 -0400
committerGary Bressler <garybressler@nc.rr.com>2010-03-20 16:40:19 -0400
commita495421200df47243d546be7078618fcbe6d2ea4 (patch)
tree3443171f3e0e15224df0efebca0441aee1f6b15a /unit_trace
parent5f36c61d809b8ecdb1ed89f4d629fce8d9e680ff (diff)
Trying again
Diffstat (limited to 'unit_trace')
-rw-r--r--unit_trace/viz/convert.py1
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
2from schedule import * 2from schedule import *
3from 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
6to a Python schedule object. 5to a Python schedule object.