Optimize imports

This commit is contained in:
Labrys of Knossos 2018-12-14 20:51:54 -05:00
commit 5bc789bca3
26 changed files with 105 additions and 85 deletions

View file

@ -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):