Still more indentation errors. ;-p

This commit is contained in:
Bob Lantz
2012-05-23 21:09:14 -07:00
parent 8c778bb081
commit e4514a4ecb
+3 -3
View File
@@ -24,9 +24,9 @@ def pmonitorTest( N=3, seconds=10 ):
for h, line in pmonitor( popens, timeoutms=500 ):
if h:
print '%s: %s' % ( h.name, line ),
if time() >= endTime:
for p in popens.values():
p.send_signal( SIGINT )
if time() >= endTime:
for p in popens.values():
p.send_signal( SIGINT )
net.stop()
if __name__ == '__main__':