summaryrefslogtreecommitdiffstats
path: root/unit_trace/viz/renderer.py
diff options
context:
space:
mode:
authorGary Bressler <garybressler@nc.rr.com>2010-04-06 12:45:04 -0400
committerGary Bressler <garybressler@nc.rr.com>2010-04-06 12:45:04 -0400
commitc7e3aaebdba7bf880534abd91a383b5543cf0be4 (patch)
tree048977efdaaa3d60e93c3d21ba29c46a0bfe71c3 /unit_trace/viz/renderer.py
parent7fdb4dbbbca577efbeec47cd1364eb319346a0cc (diff)
Making sure everything committed
Diffstat (limited to 'unit_trace/viz/renderer.py')
-rw-r--r--unit_trace/viz/renderer.py2
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
2from schedule import * 2from schedule import *
3from draw import * 3from 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
6on a graph.""" 6on a graph."""