From 20b4d895124cee887568ca8723ce0d3ffdc3a05a Mon Sep 17 00:00:00 2001 From: Vishvananda Ishaya Date: Fri, 13 Jan 2012 13:54:32 -0800 Subject: Remove a whole bunch of unused imports Change-Id: I6759e5b6250c48cc0deb4b198b44c948c64c47d1 --- nova/auth/dbdriver.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'nova/auth') diff --git a/nova/auth/dbdriver.py b/nova/auth/dbdriver.py index c6d81ee04..a84e11e66 100644 --- a/nova/auth/dbdriver.py +++ b/nova/auth/dbdriver.py @@ -20,8 +20,6 @@ Auth driver using the DB as its backend. """ -import sys - from nova import context from nova import exception from nova import db -- cgit