Formatted the client.py
This commit is contained in:
parent
d4f4342642
commit
496635848f
@ -1,4 +1,3 @@
|
|||||||
#coding:utf8
|
|
||||||
import hashlib
|
import hashlib
|
||||||
import os.path
|
import os.path
|
||||||
import time
|
import time
|
||||||
@ -19,6 +18,7 @@ except ImportError:
|
|||||||
libMal = None
|
libMal = None
|
||||||
'''
|
'''
|
||||||
# </MAL DISABLE>
|
# </MAL DISABLE>
|
||||||
|
|
||||||
class SyncClientFactory(ClientFactory):
|
class SyncClientFactory(ClientFactory):
|
||||||
def __init__(self, client, retry=constants.RECONNECT_RETRIES):
|
def __init__(self, client, retry=constants.RECONNECT_RETRIES):
|
||||||
self._client = client
|
self._client = client
|
||||||
@ -629,6 +629,9 @@ class SyncplayUserlist(object):
|
|||||||
def clearList(self):
|
def clearList(self):
|
||||||
self._users = {}
|
self._users = {}
|
||||||
|
|
||||||
|
def sortList(self):
|
||||||
|
pass
|
||||||
|
|
||||||
class UiManager(object):
|
class UiManager(object):
|
||||||
def __init__(self, client, ui):
|
def __init__(self, client, ui):
|
||||||
self._client = client
|
self._client = client
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user