~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to dotgraph.py

  • Committer: Aaron Bentley
  • Date: 2005-08-30 15:17:44 UTC
  • Revision ID: abentley@panoramicfeedback.com-20050830151743-8d5682ae5ce96b6b
home dir path

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
from xml.sax.saxutils import escape
5
5
import os.path
6
6
 
7
 
REQ_DIR = '/home/abentley/pastegraph'
8
 
 
9
7
class Node(object):
10
8
    def __init__(self, name, color=None):
11
9
        self.name = name