Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Make msal namespace extensbile
  • Loading branch information
marstr committed Apr 13, 2019
commit 128ae7d43439e246c74d4e3645576a2a6b52c7d7
1 change: 1 addition & 0 deletions msal/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
# THE SOFTWARE.
#
#------------------------------------------------------------------------------
__path__ = __import__('pkgutil').extend_path(__path__, __name__)

from .application import (
__version__,
Expand Down