mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 18:47:09 -07:00
Optimize imports
This commit is contained in:
parent
aa769627bd
commit
5bc789bca3
26 changed files with 105 additions and 85 deletions
|
@ -4,10 +4,11 @@ import os
|
|||
import platform
|
||||
import shutil
|
||||
import stat
|
||||
from time import sleep
|
||||
import core
|
||||
from subprocess import call, Popen
|
||||
import subprocess
|
||||
from subprocess import Popen, call
|
||||
from time import sleep
|
||||
|
||||
import core
|
||||
|
||||
|
||||
def extract(filePath, outputDestination):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue