diff --git a/dap/utils/bsreadext.py b/dap/utils/bsreadext.py index 41dcdbc..185ead2 100644 --- a/dap/utils/bsreadext.py +++ b/dap/utils/bsreadext.py @@ -1,5 +1,5 @@ import numpy as np -from bsread.sender import Sender, PUB +from bsread import Sender, PUB def make_bsread_sender(host="*", port=None):