Cleaned up imports

This commit is contained in:
2Shirt 2018-12-27 21:38:25 -07:00
parent d0c49240d8
commit c96e2f252c
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C
8 changed files with 3 additions and 14 deletions

View file

@ -1,7 +1,6 @@
# Wizard Kit: Functions - Browsers
from functions.common import *
from operator import itemgetter

View file

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

View file

@ -3,9 +3,8 @@
import ctypes
import json
from operator import itemgetter
from functions.common import *
from operator import itemgetter
# STATIC VARIABLES

View file

@ -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 *

View file

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

View file

@ -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 *

View file

@ -1,6 +1,5 @@
# Wizard Kit: Functions - Setup
from functions.common import *
from functions.update import *

View file

@ -2,7 +2,6 @@
import requests
from functions.common import *
from functions.data import *
from settings.launchers import *
from settings.music import *