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)
Tue, Apr 23, 16:43
Unknown Object (File)
Mon, Apr 22, 23:05
Unknown Object (File)
Fri, Apr 19, 16:01
Unknown Object (File)
Fri, Apr 19, 05:58
Unknown Object (File)
Thu, Apr 18, 12:34
Unknown Object (File)
Tue, Apr 16, 08:41
Unknown Object (File)
Mon, Apr 15, 06:03
Unknown Object (File)
Mon, Apr 15, 00:30
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