tests/test-debugindexdot.out
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Mon, 14 Apr 2008 14:34:38 +0200
changeset 6548 962eb403165b
parent 6336 4b0c9c674707
permissions -rw-r--r--
replace usage of os.popen() with util.popen() To make this possible, I added a mode parameter to both implementations of util.popen(), defaulting to 'r' (as it does in the Python stdlib).

created new head
digraph G {
	-1 -> 0
	0 -> 1
	0 -> 2
	2 -> 3
	1 -> 3
}