From 42e7485e8682d7d54ec2230fc66e2d608527aa3d Mon Sep 17 00:00:00 2001 From: Kashyap Kopparam Date: Tue, 12 Aug 2014 10:13:45 +0000 Subject: [PATCH] Kashyap | Corrected import to be just ec2 --- __init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/__init__.py b/__init__.py index f1fc18c..47a6b71 100644 --- a/__init__.py +++ b/__init__.py @@ -12,6 +12,6 @@ # License for the specific language governing permissions and limitations # under the License. -from nova.virt.ec2api import ec2driver +from nova.virt.ec2 import ec2driver -EC2Driver = ec2driver.EC2Driver \ No newline at end of file +EC2Driver = ec2driver.EC2Driver