Formatted the client.py

This commit is contained in:
Uriziel 2014-03-26 22:47:16 +01:00
parent d4f4342642
commit 496635848f

View File

@ -1,4 +1,3 @@
#coding:utf8
import hashlib
import os.path
import time
@ -19,6 +18,7 @@ except ImportError:
libMal = None
'''
# </MAL DISABLE>
class SyncClientFactory(ClientFactory):
def __init__(self, client, retry=constants.RECONNECT_RETRIES):
self._client = client
@ -629,6 +629,9 @@ class SyncplayUserlist(object):
def clearList(self):
self._users = {}
def sortList(self):
pass
class UiManager(object):
def __init__(self, client, ui):
self._client = client