fix import of os.remove

This commit is contained in:
Will Breaden Madden 2017-07-11 17:17:41 +01:00
parent 80c2e620bd
commit 3e67104820
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
from toxcore_enums_and_consts import TOX_FILE_KIND, TOX_FILE_CONTROL from toxcore_enums_and_consts import TOX_FILE_KIND, TOX_FILE_CONTROL
from os.path import basename, getsize, remove from os.path import basename, getsize
from os import remove from os import remove
from time import time from time import time
from tox import Tox from tox import Tox