This commit is contained in:
Vadim Kuznetsov 2014-03-04 18:46:42 -05:00
parent d45ee5a3d8
commit afa79f5440

View file

@ -18,7 +18,7 @@
# along with this software. If not, see <http://www.gnu.org/licenses/>.
try:
from novaclient.v1_1 import client
from novaclient.v1_1 import client as nova_client
from novaclient import exceptions
import time
except ImportError: