commit | d0ac0ac6084a19a100aa51e33383b9bbd0b0660d | [log] [tgz] |
---|---|---|
author | Damian Szeluga <damian.szeluga@gmail.com> | Wed Mar 29 15:15:33 2017 +0200 |
committer | Damian Szeluga <damian.szeluga@gmail.com> | Wed Mar 29 15:16:02 2017 +0200 |
tree | 3b91ec365b6b083152ac4bea34a044460fb17850 | |
parent | 9fe4ce718ef1f9a45d665f0ebe683c994aa05100 [diff] [blame] |
Moved _modules/apiclient/ content to _modules/ per AKomarek request
diff --git a/_modules/maas.py b/_modules/maas.py index 5ad0a41..b935f23 100644 --- a/_modules/maas.py +++ b/_modules/maas.py
@@ -27,7 +27,7 @@ # Import third party libs HAS_MASS = False try: - from apiclient.maas_client import MAASClient, MAASDispatcher, MAASOAuth + from maas_client import MAASClient, MAASDispatcher, MAASOAuth HAS_MASS = True except ImportError: LOG.exception('why??')