aboutsummaryrefslogtreecommitdiffstats
path: root/server/user.py
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2012-01-16 23:23:36 -0500
committerGuillaume Horel <guillaume.horel@gmail.com>2012-01-16 23:23:36 -0500
commit18ac8babb1d40b291468058d9125a1598434f543 (patch)
tree2f240b432003ad6299332fcfff0285370a51d458 /server/user.py
parent67ac29115c84b447d0fddef406ba591691d069ef (diff)
downloadalias-18ac8babb1d40b291468058d9125a1598434f543.tar.gz
Fixes to support sleekxmpp 1.0
Diffstat (limited to 'server/user.py')
-rw-r--r--server/user.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/user.py b/server/user.py
index 2909c16..f6800f9 100644
--- a/server/user.py
+++ b/server/user.py
@@ -35,7 +35,7 @@ class User:
class UserHandler:
- def __init__(self,root):
+ def __init__(self, root):
self.root = root
def get_user_list(self):