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, Oct 16, 03:16
Unknown Object (File)
Wed, Oct 15, 00:54
Unknown Object (File)
Sun, Oct 12, 15:35
Unknown Object (File)
Sat, Oct 11, 04:52
Unknown Object (File)
Sat, Oct 11, 03:13
Unknown Object (File)
Fri, Oct 10, 21:35
Unknown Object (File)
Fri, Oct 10, 03:22
Unknown Object (File)
Tue, Sep 30, 05:47
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