Formatted the client.py
This commit is contained in:
parent
d4f4342642
commit
496635848f
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user