summaryrefslogtreecommitdiffstats
path: root/account.py
diff options
context:
space:
mode:
authorMarian Sigler <m@qjym.de>2012-09-24 03:10:28 +0200
committerMarian Sigler <m@qjym.de>2012-09-24 03:10:28 +0200
commit9606704fa0ae06835142d2a67ada661ef203b0c6 (patch)
tree1c09de2a700c3dc3f2e138874fbb4ce7459afe38 /account.py
parent2a5d01f833014258cad8fefa2a7a519738e5dbf7 (diff)
downloadweb-9606704fa0ae06835142d2a67ada661ef203b0c6.tar.gz
web-9606704fa0ae06835142d2a67ada661ef203b0c6.tar.bz2
web-9606704fa0ae06835142d2a67ada661ef203b0c6.zip
indentation
Diffstat (limited to 'account.py')
-rw-r--r--account.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/account.py b/account.py
index e8a9aeb..734ff1d 100644
--- a/account.py
+++ b/account.py
@@ -107,7 +107,7 @@ class AccountService:
accounts = []
for a in data:
- accounts.append(Account(a[1]['uid'],a[1]['mail']))
+ accounts.append(Account(a[1]['uid'],a[1]['mail']))
self._unbind()