refactor: use msgpack instead of umsgpack

refactor: remove unused files
This commit is contained in:
Swann
2019-09-17 18:25:06 +02:00
parent ac624ef1cd
commit 15b6be171c
9 changed files with 4 additions and 1271 deletions

View File

@ -3,7 +3,6 @@ import logging
from . import operators, utils, presence
from .bl_types.bl_user import BlUser
from .libs import debug
from .libs.replication.replication.constants import FETCHED
logger = logging.getLogger(__name__)