Page MenuHomeDevCentral

Allow to import application as module
ClosedPublic

Authored by dereckson on Oct 11 2020, 19:17.
Tags
None
Referenced Files
F4138580: D2359.id5942.diff
Sun, Feb 9, 09:28
F4138579: D2359.id5941.diff
Sun, Feb 9, 09:28
F4138578: D2359.id.diff
Sun, Feb 9, 09:28
Unknown Object (File)
Wed, Jan 29, 10:36
Unknown Object (File)
Wed, Jan 29, 10:36
Unknown Object (File)
Wed, Jan 29, 10:36
Unknown Object (File)
Tue, Jan 28, 11:41
Unknown Object (File)
Sun, Jan 26, 11: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 Not Applicable
Unit
Tests Not Applicable

Event Timeline

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