mirror of
https://git.plastiras.org/emdee/filebot
synced 2022-10-17 22:03:37 +00:00
fix import of os.remove
This commit is contained in:
parent
80c2e620bd
commit
3e67104820
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue