Ejemplo n.º 1
0
 def exited(self, status):
     if USE_VALGRIND:
         print "Callgrind logs written in callgrind.out.%s" % self.pid
     Process.exited(self, status)
Ejemplo n.º 2
0
Archivo: nuauth.py Proyecto: regit/nufw
 def exited(self, status):
     if USE_VALGRIND:
         print "Callgrind logs written in callgrind.out.%s" % self.pid
     Process.exited(self, status)