summaryrefslogtreecommitdiffstats
path: root/tests/_ldap_livetest.py
diff options
context:
space:
mode:
authorChmouel Boudjnah <chmouel@chmouel.com>2012-05-24 16:14:35 +0200
committerChmouel Boudjnah <chmouel@chmouel.com>2012-05-24 16:21:09 +0200
commitbb2fbb703092b8c788ae4da718f32fcf86f1f9eb (patch)
tree9a261a6300f8b6dfb3c0c2476bcdd9d622789a53 /tests/_ldap_livetest.py
parent33d107aa1d3e1aa2c188f9df7338a1e7d97a4ed2 (diff)
downloadkeystone-bb2fbb703092b8c788ae4da718f32fcf86f1f9eb.tar.gz
keystone-bb2fbb703092b8c788ae4da718f32fcf86f1f9eb.tar.xz
keystone-bb2fbb703092b8c788ae4da718f32fcf86f1f9eb.zip
Fixes some pep8 warning/errors.
- Using flake8 so a bit more than that. Change-Id: I63fa21f7d3d02f96c0c56804fdd56da37c952d7d
Diffstat (limited to 'tests/_ldap_livetest.py')
-rw-r--r--tests/_ldap_livetest.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/_ldap_livetest.py b/tests/_ldap_livetest.py
index df417c06..6a4420b8 100644
--- a/tests/_ldap_livetest.py
+++ b/tests/_ldap_livetest.py
@@ -15,7 +15,6 @@
# under the License.
import subprocess
-import nose.exc
from keystone import config
from keystone import test
@@ -43,7 +42,7 @@ def delete_object(name):
def clear_live_database():
roles = ['keystone_admin']
groups = ['baz', 'bar', 'tenent4add', 'fake1', 'fake2']
- users = ['foo', 'two', 'fake1', 'fake2','no_meta']
+ users = ['foo', 'two', 'fake1', 'fake2', 'no_meta']
roles = ['keystone_admin', 'useless']
for group in groups: