NSLS-II / nslsii

NSLS-II related devices
BSD 3-Clause "New" or "Revised" License
11 stars 23 forks source link

Make nslsii.iocs importable #125

Closed mrakitin closed 3 years ago

mrakitin commented 3 years ago

Noticed it during packaging in conda-forge (see https://github.com/conda-forge/staged-recipes/pull/15526). Here is the failing import in the build logs:

import: 'nslsii.iocs.eps_two_state_ioc_sim'
Traceback (most recent call last):
  File "/home/conda/staged-recipes/build_artifacts/nslsii_1627052164083/test_tmp/run_test.py", line 47, in <module>
    import nslsii.iocs.eps_two_state_ioc_sim
ModuleNotFoundError: No module named 'nslsii.iocs'
mrakitin commented 3 years ago

Thanks, @jklynch!