Skip to content
Snippets Groups Projects
Commit d45aa709 authored by jkerdreu's avatar jkerdreu
Browse files

Cleanup

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@2351 b32b6428-25c9-4566-ad07-03861ab6144f
parent 359a5ef8
Branches
No related tags found
No related merge requests found
......@@ -20,9 +20,6 @@
# along with xAAL. If not, see <http://www.gnu.org/licenses/>.
#
from __future__ import print_function
from . import tools
from . import config
from .uuids import UUID
......@@ -32,11 +29,8 @@ from .exceptions import MessageError,MessageParserError
import cbor2 as cbor
import datetime
import pysodium
import base64
import struct
import sys
import codecs
import copy
import logging
logger = logging.getLogger(__name__)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment