Page MenuHomeDevCentral

Allow to import application as module
ClosedPublic

Authored by dereckson on Oct 11 2020, 19:17.
Tags
None
Referenced Files
F6608077: D2359.diff
Sat, Apr 5, 09:56
Unknown Object (File)
Thu, Apr 3, 20:48
Unknown Object (File)
Tue, Apr 1, 23:14
Unknown Object (File)
Tue, Apr 1, 12:58
Unknown Object (File)
Tue, Apr 1, 06:09
Unknown Object (File)
Tue, Mar 25, 14:07
Unknown Object (File)
Fri, Mar 21, 05:19
Unknown Object (File)
Thu, Mar 20, 04:48
Subscribers
None

Details

Summary

This is useful to debug the application or instrument it.

Test Plan
from importlib.machinery import SourceFileLoader

notifications = SourceFileLoader('notifications', '/usr/local/bin/notifications').load_module()

Diff Detail

Repository
rNOTIFCLI Notifications center CLI client
Lint
Lint Passed
Unit
No Test Coverage
Branch
main
Build Status
Buildable 3666
Build 3915: arc lint + arc unit

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Oct 11 2020, 19:17