Fix import

This commit is contained in:
Thomas Farstrike
2025-10-29 23:30:43 +01:00
parent e7b71cda0a
commit 73497d8aa2
2 changed files with 5 additions and 5 deletions
@@ -6,11 +6,6 @@ import os
import time
import _thread
try:
import zipfile
except ImportError:
print("import zipfile failed, installation won't work!")
from mpos.apps import Activity, Intent
import mpos.ui
from mpos.package_manager import PackageManager
@@ -1,6 +1,11 @@
import os
import mpos.apps
try:
import zipfile
except ImportError:
print("import zipfile failed, installation won't work!")
'''
Initialized at boot.
Typical users: appstore, launcher