Page MenuHomeDevCentral

Allow to import application as module
ClosedPublic

Authored by dereckson on Oct 11 2020, 19:17.
Tags
None
Referenced Files
F11788057: D2359.id.diff
Mon, Sep 22, 05:45
Unknown Object (File)
Fri, Sep 19, 12:23
Unknown Object (File)
Tue, Sep 16, 11:20
Unknown Object (File)
Tue, Sep 16, 11:19
Unknown Object (File)
Fri, Sep 12, 07:18
Unknown Object (File)
Tue, Aug 26, 13:07
Unknown Object (File)
Mon, Aug 25, 05:39
Unknown Object (File)
Aug 19 2025, 01:51
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