RBVI / ChimeraX

Source code for molecular graphics program UCSF ChimeraX
https://www.rbvi.ucsf.edu/chimerax/
Other
151 stars 29 forks source link

`map_data/src/fileformats.py` imports nonexistent `fileicon` from `core.files` #11

Open zjp opened 2 years ago

zjp commented 2 years ago

core.utils has a set_file_icon function -- is that the new version?

tomgoddard commented 2 years ago

The code with the wrong import location of set_file_icon is unported code from an early version of ChimeraX called Hydra. Maybe should remove that unported code, but it needs evaluation since it may be something we want. Low priority.