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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user