Subversion Repositories programming

Rev

Rev 395 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 395 Rev 396
Line 64... Line 64...
64
	from DrawGraph import DrawGraph
64
	from DrawGraph import DrawGraph
65
 
65
 
66
	if no_graphviz:
66
	if no_graphviz:
67
		dg = DrawGraph (result.search_name, result.result_graph)
67
		dg = DrawGraph (result.search_name, result.result_graph)
68
		dg.render_stupid ('generated_by')
68
		dg.render_stupid ('generated_by')
-
 
69
		print
69
 
70
 
70
	# Try to render the graph, nicely
71
	# Try to render the graph, nicely
71
	elif result.result_graph != None:
72
	elif result.result_graph != None:
72
		fname = raw_input('Enter filename (press ENTER for \'res.svg\'): ')
73
		fname = raw_input('Enter filename (press ENTER for \'res.svg\'): ')
73
		print
74
		print