Fixed flake8 errors

This commit is contained in:
tengqm
2015-01-02 00:16:35 +08:00
parent a862b30742
commit 2cc721f24e

View File

@@ -12,6 +12,7 @@
import glob
import os.path
import six
from stevedore import extension
from oslo.config import cfg
@@ -67,7 +68,7 @@ class Environment(object):
if env is None:
env = {}
else:
# Merge user specified keys with current environment
# Merge user specified keys with current environment
self.params = env.get(self.PARAMETERS, {})
custom_profiles = env.get(self.CUSTOM_PROFILES, {})
custom_policies = env.get(self.CUSTOM_POLICIES, {})