From 0eb36707eb93881de14402a689f4b913ec09b0fe Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Tue, 13 Jan 2026 10:44:08 +0100 Subject: [PATCH] Comments --- .../apps/com.micropythonos.camera/assets/camera_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal_filesystem/apps/com.micropythonos.camera/assets/camera_app.py b/internal_filesystem/apps/com.micropythonos.camera/assets/camera_app.py index cd0392b9..b73c77b1 100644 --- a/internal_filesystem/apps/com.micropythonos.camera/assets/camera_app.py +++ b/internal_filesystem/apps/com.micropythonos.camera/assets/camera_app.py @@ -1,5 +1,5 @@ """ -Camera app wrapper that imports from the mpos.ui.camera_activity module. +Camera app wrapper that imports from the camera_activity module. """ from mpos import CameraActivity