Fix flake8 in keystone.py

Change-Id: Ide4fd5c790276dc0673604529e44c20c95bf96e4
This commit is contained in:
Kamil Sambor 2015-02-23 11:16:58 +01:00
parent 8384b8ca4d
commit 7db1b39538

View File

@ -15,11 +15,11 @@
# under the License.
#
# This file was copied from https://github.com/openstack/keystone/raw/c3b92295b718a41c3136876eb39297081015a97c/httpd/keystone.py
# This file was copied from https://github.com/openstack/keystone/raw/
# c3b92295b718a41c3136876eb39297081015a97c/httpd/keystone.py
# It's only required for platforms on which it is not packaged yet.
# It should be removed when available everywhere in a package.
#
# flake8: noqa
import logging
import os