diff options
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.""" |