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)
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
Unknown Object (File)
Wed, Mar 19, 23:50
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