Commit 59fdf9e7b300ed579ef7d526f4771a7dcef9f2fd
1 parent
e3278284
Exists in
dev
bugfix GEMINI_run_client.sh
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
src/device_controller/concrete_component/gemini/client_telescope_gemini_controller_run.py
@@ -17,8 +17,9 @@ ou (3) | @@ -17,8 +17,9 @@ ou (3) | ||
17 | ''' | 17 | ''' |
18 | 18 | ||
19 | 19 | ||
20 | +# Go up to src/ | ||
20 | sys.path.append("../../..") | 21 | sys.path.append("../../..") |
21 | -from device_controller.abstract_component.device_controller import DeviceCommand | 22 | +##from device_controller.abstract_component.device_controller import DeviceCmd |
22 | #from gemini_telescope_controller import DC_MountGemini | 23 | #from gemini_telescope_controller import DC_MountGemini |
23 | from device_controller.concrete_component.gemini.gemini_controller import DC_Gemini | 24 | from device_controller.concrete_component.gemini.gemini_controller import DC_Gemini |
24 | 25 |