Vadim Kuznetsov 2014-03-04 18:46:42 -05:00
parent b95fe470c4
commit 546d514f87
1 changed files with 1 additions and 1 deletions

View File

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