Merge pull request #2 from wdbm/master

fix import of os.remove
This commit is contained in:
Ingvar 2017-07-11 11:14:53 -07:00 committed by GitHub
commit 87638269c8
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