diff options
author | Gary Bressler <garybressler@nc.rr.com> | 2010-04-06 12:45:04 -0400 |
---|---|---|
committer | Gary Bressler <garybressler@nc.rr.com> | 2010-04-06 12:45:04 -0400 |
commit | c7e3aaebdba7bf880534abd91a383b5543cf0be4 (patch) | |
tree | 048977efdaaa3d60e93c3d21ba29c46a0bfe71c3 /unit_trace/viz/renderer.py | |
parent | 7fdb4dbbbca577efbeec47cd1364eb319346a0cc (diff) |
Making sure everything committed
Diffstat (limited to 'unit_trace/viz/renderer.py')
-rw-r--r-- | unit_trace/viz/renderer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unit_trace/viz/renderer.py b/unit_trace/viz/renderer.py index d94129c..4b231c4 100644 --- a/unit_trace/viz/renderer.py +++ b/unit_trace/viz/renderer.py | |||
@@ -1,6 +1,6 @@ | |||
1 | #!/usr/bin/python | 1 | #!/usr/bin/python |
2 | from schedule import * | 2 | from schedule import * |
3 | from draw import * | 3 | from graph import * |
4 | 4 | ||
5 | """The renderer, a glue object which converts a schedule to its representation | 5 | """The renderer, a glue object which converts a schedule to its representation |
6 | on a graph.""" | 6 | on a graph.""" |