Skip to content

Commit 5d61da1

Browse files
Camera app: simplify imports
1 parent 2944b86 commit 5d61da1

File tree

1 file changed

+1
-1
lines changed
  • internal_filesystem/apps/com.micropythonos.camera/assets

1 file changed

+1
-1
lines changed

internal_filesystem/apps/com.micropythonos.camera/assets/camera_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
Camera app wrapper that imports from the mpos.ui.camera_activity module.
33
"""
44

5-
from mpos.ui.camera_activity import CameraActivity
5+
from mpos import CameraActivity
66

77
__all__ = ['CameraActivity']

0 commit comments

Comments
 (0)