Adjust back `.devx._debug` import
Bc this history is pre `.devx.debug` subpkg creation..main
parent
c2e7dc7407
commit
161884fbf1
|
@ -5,7 +5,7 @@ import trio
|
||||||
import tractor
|
import tractor
|
||||||
|
|
||||||
# ensure mod-path is correct!
|
# ensure mod-path is correct!
|
||||||
from tractor.devx.debug import (
|
from tractor.devx._debug import (
|
||||||
_sync_pause_from_builtin as _sync_pause_from_builtin,
|
_sync_pause_from_builtin as _sync_pause_from_builtin,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue