fix: fixed import for fgalil
This commit is contained in:
parent
7b17b8401a
commit
3f76ef76d7
@ -1,2 +1,3 @@
|
||||
from .galil_ophyd import GalilMotor, GalilController
|
||||
from .fgalil_ophyd import FlomniGalilController
|
||||
from .sgalil_ophyd import SGalilMotor
|
||||
|
@ -16,6 +16,7 @@ from ophyd_devices.galil.galil_ophyd import (
|
||||
GalilCommunicationError,
|
||||
GalilController,
|
||||
GalilError,
|
||||
retry_once,
|
||||
)
|
||||
from ophyd_devices.utils.controller import Controller, threadlocked
|
||||
from ophyd_devices.utils.socket import SocketIO, SocketSignal, raise_if_disconnected
|
||||
|
Loading…
x
Reference in New Issue
Block a user