Allow to import application as module
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()
Reviewers: dereckson
Reviewed By: dereckson
Differential Revision: https://devcentral.nasqueron.org/D2359