refactor: new mock gphoto
This commit is contained in:
@@ -8,7 +8,7 @@ from .base_camera import BaseCamera
|
||||
try:
|
||||
import gphoto2 as gp # type: ignore
|
||||
except:
|
||||
import controllers.mock_gphoto as gp
|
||||
import core.camera.mock_gphoto as gp
|
||||
|
||||
camera_widget_types = {
|
||||
gp.GP_WIDGET_WINDOW: "GP_WIDGET_WINDOW", # type: ignore
|
||||
|
||||
Reference in New Issue
Block a user