Reverted some files back to as they were in master. They had been reorganized.

This commit is contained in:
M.Ravi 2017-04-25 03:55:05 +05:30
commit 43350869e0
3 changed files with 8 additions and 4 deletions

View file

@ -1,8 +1,9 @@
from django.contrib import admin
from django.core.urlresolvers import reverse
from django.utils.html import format_html
from django.core.urlresolvers import reverse
from utils.mailer import BaseEmail
from .forms import HostingOrderAdminForm
from .models import VirtualMachineType, VirtualMachinePlan, HostingOrder, ManageVM
from .opennebula_functions import HostingManageVMAdmin