Skip to content

Commit e7e2e4f

Browse files
Cleanups
1 parent caab563 commit e7e2e4f

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

internal_filesystem/lib/mpos/app/app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import ujson
2-
#from ..content.intent import Intent # optional, if App uses Intent
32
from ..navigator import ActivityNavigator
43

54
class App:

internal_filesystem/lib/mpos/navigator.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
import utime
22
from .content.intent import Intent
3-
43
from .content.pm import PackageManager
54

65
import mpos.ui
76

87
class ActivityNavigator:
9-
#handlersa = PackageManager.APP_REGISTRY.get(intent.action, [])
10-
8+
119
@staticmethod
1210
def startActivity(intent):
1311
if not isinstance(intent, Intent):

0 commit comments

Comments
 (0)