tests: import missing main_with_no_exec_guard.py.
parent
3943634fa6
commit
36e5ca4115
@ -0,0 +1,12 @@
|
|||||||
|
|
||||||
|
import logging
|
||||||
|
import mitogen.master
|
||||||
|
|
||||||
|
def foo():
|
||||||
|
pass
|
||||||
|
|
||||||
|
logging.basicConfig(level=logging.INFO)
|
||||||
|
router = mitogen.master.Router()
|
||||||
|
|
||||||
|
l = router.local()
|
||||||
|
l.call(foo)
|
Loading…
Reference in New Issue