From 8256b79f975988ca93f4aa325688896fb30d7f2e Mon Sep 17 00:00:00 2001 From: CorpNewt <12772521+corpnewt@users.noreply.github.com> Date: Wed, 2 Oct 2019 15:58:07 -0500 Subject: [PATCH] Declare specific imports --- MakeInstall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MakeInstall.py b/MakeInstall.py index eb242bf..7b999d0 100755 --- a/MakeInstall.py +++ b/MakeInstall.py @@ -1,4 +1,4 @@ -from Scripts import * +from Scripts import utils, diskwin, downloader, run import os, sys, tempfile, shutil, zipfile, platform, json, time class WinUSB: