Kashyap | Corrected import to be just ec2

This commit is contained in:
Kashyap Kopparam 2014-08-12 10:13:45 +00:00
parent 0d47ccaef2
commit 42e7485e86
1 changed files with 2 additions and 2 deletions

View File

@ -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
EC2Driver = ec2driver.EC2Driver