From c4aa2a8fc207d464aa23e065b5f2ad0549a58f5e Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 20 May 2014 15:28:27 -0400 Subject: Fix E256 with stricter pep8 error checker Signed-off-by: Simo Sorce --- ipsilon/login/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipsilon/login/common.py') diff --git a/ipsilon/login/common.py b/ipsilon/login/common.py index f0efebd..a576345 100755 --- a/ipsilon/login/common.py +++ b/ipsilon/login/common.py @@ -108,7 +108,7 @@ class LoginManagerBase(PluginObject): if self not in plugins['enabled']: return - #remove self from chain + # remove self from chain root = plugins['root'] if root.first_login == self: root.first_login = self.next_login -- cgit