commit | e471d6e5c6af057253af5227a3647d1bfcc2a6e5 | [log] [tgz] |
---|---|---|
author | Zhongyue Luo <zhongyue.nah@intel.com> | Mon Sep 17 17:02:43 2012 +0800 |
committer | Zhongyue Luo <zhongyue.nah@intel.com> | Sat Sep 29 12:46:32 2012 +0900 |
tree | b7980c68f0d2abf5f35613059906a33c2de72355 | |
parent | 94012e4832ebbd47fb0167d49fb1ea690b798e26 [diff] [blame] |
Clean up pep8 E711 violations Fixed E711 errors All ignores are to be removed in the next sequence of patches Change-Id: Id9bcdfa276d30639dc6d16b8ce6db19101153fcd
diff --git a/tempest/services/identity/json/admin_client.py b/tempest/services/identity/json/admin_client.py index a42a690..aa3a52a 100644 --- a/tempest/services/identity/json/admin_client.py +++ b/tempest/services/identity/json/admin_client.py
@@ -226,7 +226,7 @@ def request(self, method, url, headers=None, body=None): """A simple HTTP request interface.""" self.http_obj = httplib2.Http() - if headers == None: + if headers is None: headers = {} resp, resp_body = self.http_obj.request(url, method,