Opened 5 years ago
Closed 5 years ago
#3358 closed enhancement (fixed)
Remove deprecated chimerax.core.geometry imports
Reported by: | Tom Goddard | Owned by: | Tom Goddard |
---|---|---|---|
Priority: | moderate | Milestone: | 1.1 |
Component: | Core | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description
After geometry was moved out of core, temporary code was put in ChimeraX_main.py to set
sys.moduleschimerax.core.geometry = chimerax.geometry
Meant to remove that for 1.0 but forgot.
Also I see Segger still imports core.geometry and also graphics/camera360.py has one import. Fix those.
Note:
See TracTickets
for help on using tickets.
Fixed in ChimeraX 1.1 (not 1.0).