From 09b4d6d5fff29d18a1bc29c598fc7e681dc85a6f Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Mon, 17 Jan 2005 20:50:41 +0000 Subject: [PATCH] update svn: r3922 --- src/plugins/GraphViz.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/plugins/GraphViz.py b/src/plugins/GraphViz.py index 8c0f6d48a..e0e3218b0 100644 --- a/src/plugins/GraphViz.py +++ b/src/plugins/GraphViz.py @@ -137,13 +137,13 @@ class GraphViz: self.fontname = _PS_FONT arrow_str = self.options_class.handler.options_dict['arrow'] if arrow_str.find('a') + 1: - self.arrowheadstyle = 'normal' + self.arrowheadstyle = 'normal' else: - self.arrowheadstyle = 'none' + self.arrowheadstyle = 'none' if arrow_str.find('d') + 1: - self.arrowtailstyle = 'normal' + self.arrowtailstyle = 'normal' else: - self.arrowtailstyle = 'none' + self.arrowtailstyle = 'none' filter_num = options_class.get_filter_number() filters = options_class.get_report_filters(person) @@ -186,7 +186,7 @@ class GraphViz: def dump_person(self): # Hash people in a dictionary for faster inclusion checking. person_dict = {} - for p_id in self.ind_list: + for p_id in self.ind_list: person_dict[p_id] = 1 for person_handle in self.ind_list: