Make sure there are no unused import

Remove all currently unused imports
Prevent future unused imports

Change-Id: I6ac26d5c71b79952a7732db300355a00310c712e
This commit is contained in:
Joe Gordon
2013-01-25 20:34:03 +00:00
parent ce09c50c92
commit 8af6c6b885
29 changed files with 14 additions and 54 deletions

View File

@@ -21,7 +21,6 @@ the system.
import nova.context
from nova import db
from nova import exception
from nova.image import glance
from nova import network
from nova.network import model as network_model