NSLS-II-PDF / mmm-experiments

Python package for running multimodal madness experiments with BMM
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

_read_bluesky_kafka_config_file mismatch for import #21

Open maffettone opened 1 year ago

maffettone commented 1 year ago
try:
    from nslsii import _read_bluesky_kafka_config_file
except ImportError:
    from nslsii.kafka_utils import _read_bluesky_kafka_config_file

Needs to replace all imports of _read_bluesky_kafka_config_file