Fix ksclient import.

This commit is contained in:
Chmouel Boudjnah 2013-03-20 14:00:16 +01:00
parent 089b4137c2
commit 24d9da8bdb

View File

@ -6,7 +6,7 @@ import argparse
import sys
import eventlet
from keystoneclient.v2_0 import ksclient
from keystoneclient.v2_0 import client as ksclient
sys.path.append("../")
from common.utils import get_config