annotated list causes the confusions but need ppid in anotated list too

This commit is contained in:
Gerard Wagener 2010-01-20 22:00:20 +01:00
parent c68124b88d
commit b48be3e0e0

View file

@ -300,6 +300,10 @@ class ProcessTrees:
ret.append(c)
return ret
#Pid is the root; remove this pid and all chidren
def clean_aplist(self,pid):
#aplist needs to be cleaned up else process recycling is worse
pass
class TestProcessTree(unittest.TestCase):
def testSearchRegular0(self):
x = ProcessTrees()