remove references to deleted files so tests run

This commit is contained in:
Vishvananda Ishaya
2010-08-17 18:10:11 -07:00
parent 4e49601a94
commit 4781060497
2 changed files with 0 additions and 3 deletions

View File

@@ -41,7 +41,6 @@ from nova.compute import model
from nova.compute.instance_types import INSTANCE_TYPES
from nova.endpoint import images
from nova.network import service as network_service
from nova.network import model as network_model
from nova.volume import service

View File

@@ -26,9 +26,7 @@ from nova import flags
from nova import test
from nova import utils
from nova.auth import manager
from nova.network import model
from nova.network import service
from nova.network import vpn
from nova.network.exception import NoMoreAddresses
FLAGS = flags.FLAGS