Cleaned up imports
This commit is contained in:
parent
d0c49240d8
commit
c96e2f252c
8 changed files with 3 additions and 14 deletions
|
|
@ -1,7 +1,6 @@
|
|||
# Wizard Kit: Functions - Browsers
|
||||
|
||||
from functions.common import *
|
||||
|
||||
from operator import itemgetter
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -14,11 +14,10 @@ except ModuleNotFoundError:
|
|||
if psutil.WINDOWS:
|
||||
raise
|
||||
|
||||
from subprocess import CalledProcessError
|
||||
|
||||
from settings.main import *
|
||||
from settings.tools import *
|
||||
from settings.windows_builds import *
|
||||
from subprocess import CalledProcessError
|
||||
|
||||
|
||||
# Global variables
|
||||
|
|
|
|||
|
|
@ -3,9 +3,8 @@
|
|||
import ctypes
|
||||
import json
|
||||
|
||||
from operator import itemgetter
|
||||
|
||||
from functions.common import *
|
||||
from operator import itemgetter
|
||||
|
||||
|
||||
# STATIC VARIABLES
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@ import stat
|
|||
import time
|
||||
|
||||
from collections import OrderedDict
|
||||
from functions.common import *
|
||||
from functions.data import *
|
||||
from functions.hw_diags import *
|
||||
from functions.tmux import *
|
||||
|
|
|
|||
|
|
@ -1,10 +1,8 @@
|
|||
# Wizard Kit: Functions - Information
|
||||
|
||||
from borrowed import knownpaths
|
||||
from operator import itemgetter
|
||||
|
||||
from functions.common import *
|
||||
from functions.activation import *
|
||||
from operator import itemgetter
|
||||
|
||||
|
||||
# STATIC VARIABLES
|
||||
|
|
|
|||
|
|
@ -6,9 +6,6 @@ import os
|
|||
import shutil
|
||||
import sys
|
||||
|
||||
# Init
|
||||
os.chdir(os.path.dirname(os.path.realpath(__file__)))
|
||||
sys.path.append(os.getcwd())
|
||||
from functions.common import *
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
# Wizard Kit: Functions - Setup
|
||||
|
||||
from functions.common import *
|
||||
from functions.update import *
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
import requests
|
||||
|
||||
from functions.common import *
|
||||
from functions.data import *
|
||||
from settings.launchers import *
|
||||
from settings.music import *
|
||||
|
|
|
|||
Loading…
Reference in a new issue