
committed by
Stefan Hacker

parent
dd19472b8c
commit
0361021fbd
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
# -*- coding: utf-8
|
||||
|
||||
# Copyright (C) 2010 Stefan Hacker <dd0t@users.sourceforge.net>
|
||||
@@ -143,4 +143,4 @@ class Worker(Thread):
|
||||
|
||||
@local_thread_blocking
|
||||
def call_by_name_blocking(self, handler, function_name, *args, **kwargs):
|
||||
return getattr(handler, function_name)(*args, **kwargs)
|
||||
return getattr(handler, function_name)(*args, **kwargs)
|
||||
|
Reference in New Issue
Block a user