Page MenuHomeDevCentral

Allow to import application as module
ClosedPublic

Authored by dereckson on Oct 11 2020, 19:17.
Tags
None
Referenced Files
Unknown Object (File)
Sun, May 24, 04:54
Unknown Object (File)
Fri, May 22, 21:29
Unknown Object (File)
Tue, May 19, 13:16
Unknown Object (File)
Mon, May 18, 18:44
Unknown Object (File)
Mon, May 18, 08:06
Unknown Object (File)
Mon, May 18, 05:13
Unknown Object (File)
Mon, May 18, 04:09
Unknown Object (File)
Sat, May 16, 06:06
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