Rename `._flumes.py` -> `.flows.py`
parent
4f4b5e0280
commit
498ed8757c
|
@ -56,7 +56,7 @@ from .._daemon import (
|
||||||
maybe_spawn_brokerd,
|
maybe_spawn_brokerd,
|
||||||
check_for_service,
|
check_for_service,
|
||||||
)
|
)
|
||||||
from ._flumes import Flume
|
from .flows import Flume
|
||||||
from ._sharedmem import (
|
from ._sharedmem import (
|
||||||
maybe_open_shm_array,
|
maybe_open_shm_array,
|
||||||
ShmArray,
|
ShmArray,
|
||||||
|
|
Loading…
Reference in New Issue