summaryrefslogtreecommitdiffstats
path: root/ipsilon/login
diff options
context:
space:
mode:
Diffstat (limited to 'ipsilon/login')
-rwxr-xr-xipsilon/login/common.py2
1 files changed, 1 insertions, 1 deletions
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