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