Ported to Python 3
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
from toxcore_enums_and_consts import TOX_FILE_KIND, TOX_FILE_CONTROL
|
||||
# -*- mode: python; indent-tabs-mode: nil; py-indent-offset: 4; coding: utf-8 -*-
|
||||
from wrapper.toxcore_enums_and_consts import TOX_FILE_KIND, TOX_FILE_CONTROL
|
||||
from os.path import basename, getsize
|
||||
from os import remove
|
||||
from time import time
|
||||
from tox import Tox
|
||||
from wrapper.tox import Tox
|
||||
|
||||
|
||||
TOX_FILE_TRANSFER_STATE = {
|
||||
|
||||
Reference in New Issue
Block a user