Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: meas_astrom
-
Labels:
-
Story Points:1
-
Epic Link:
Description
astrometryNetDataConfig.py gained a from past.builtins import execfile during the python3 conversion. We should replace this with a more modern syntax.
See http://stackoverflow.com/questions/436198/what-is-an-alternative-to-execfile-in-python-3-0#437857