fixed incorrect import deps (#2747)

This commit is contained in:
Brian Coca 2016-08-18 09:47:38 -04:00 committed by Matt Clay
parent 2c87fe3b58
commit 3787b9baf8
3 changed files with 2 additions and 135 deletions

View file

@ -246,7 +246,7 @@ actions:
'''
import os
from ansible.modules.extras.cloud.lxd import LXDClient, LXDClientException
from ansible.module_utils.lxd import LXDClient, LXDClientException
# LXD_ANSIBLE_STATES is a map of states that contain values of methods used
# when a particular state is evoked.