Forgot to include functions/windows_updates.py
This commit is contained in:
parent
1bc77334a4
commit
a8536bf0d5
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ from functions.info import *
|
|||
from functions.product_keys import *
|
||||
from functions.setup import *
|
||||
from functions.sw_diags import *
|
||||
from functions.windows_updates import *
|
||||
init_global_vars()
|
||||
os.system('title {}: System Checklist Tool'.format(KIT_NAME_FULL))
|
||||
set_log_file('System Checklist.log')
|
||||
|
|
|
|||
Loading…
Reference in a new issue