pep8 1.3.3 cleanup

removing unused imports

Change-Id: I0472fd074bbe0b2ec07f1548f3930df339523465
This commit is contained in:
Joe Heck 2012-08-24 01:16:31 +00:00
parent 6b04662844
commit 861670e091
4 changed files with 11 additions and 13 deletions

View File

@ -4,8 +4,6 @@ from paste import deploy
from keystone import config
from keystone.common import logging
from keystone.common import utils
from keystone.common import wsgi
LOG = logging.getLogger(__name__)
CONF = config.CONF