mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-08-31 20:21:34 +00:00
Initial Python 3 compatible code
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from __future__ import unicode_literals
|
||||
from future import standard_library
|
||||
standard_library.install_aliases()
|
||||
import logging
|
||||
log = logging.getLogger("mysc.thread_utils")
|
||||
import threading
|
||||
|
Reference in New Issue
Block a user