From 6ec5e5fec6bb2b1d8b556779a1309ed1295508b7 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Wed, 24 Jul 2013 13:24:02 +0200 Subject: Web UI integration tests: PEP8 fixes Tests modified to comply with PEP8 rules with exception of rule E501 (long lines). Done by autopep8 tool and 2 manual modifications. https://fedorahosted.org/freeipa/ticket/3744 --- ipatests/test_webui/data_netgroup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipatests/test_webui/data_netgroup.py') diff --git a/ipatests/test_webui/data_netgroup.py b/ipatests/test_webui/data_netgroup.py index 41ed85b3..8484ba9e 100644 --- a/ipatests/test_webui/data_netgroup.py +++ b/ipatests/test_webui/data_netgroup.py @@ -40,4 +40,4 @@ DATA2 = { 'mod': [ ('textarea', 'description', 'test-netgroup2 desc modified'), ], -} \ No newline at end of file +} -- cgit