Entropy/entropyTools:

- add kill method to parallelTask class


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2380 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
lxnay
2008-09-15 16:21:46 +00:00
parent 52a16c2f67
commit bc52cdeb02

View File

@@ -113,6 +113,9 @@ class parallelTask(threading.Thread):
def nuke(self):
raise SystemExit
def kill(self):
pass
def printTraceback(f = None):
import traceback
traceback.print_exc(file = f)