Misc cleanup

This commit is contained in:
2Shirt 2019-03-05 18:32:08 -07:00
parent 62f2ec8a4d
commit 197a5a9160
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C
8 changed files with 10 additions and 2 deletions

View file

@ -90,8 +90,9 @@ KEY_NVME = 'nvme_smart_health_information_log'
KEY_SMART = 'ata_smart_attributes'
# Tests: Prime95
MPRIME_LIMIT = 7 # of minutes to run Prime95
THERMAL_LIMIT = 95 # Prime95 abort temperature in Celsius
MPRIME_LIMIT = 7 # of minutes to run Prime95
THERMAL_LIMIT = 95 # Abort temperature in Celsius
if __name__ == '__main__':
print("This file is not meant to be called directly.")

View file

@ -591,6 +591,7 @@ LAUNCHERS = {
},
}
if __name__ == '__main__':
print("This file is not meant to be called directly.")

View file

@ -86,6 +86,7 @@ WINDOWS_SERVER = {
'RW-Pass': 'Abracadabra',
}
if __name__ == '__main__':
print("This file is not meant to be called directly.")

View file

@ -66,6 +66,7 @@ MUSIC_SNES = [
'zamn'
]
if __name__ == '__main__':
print("This file is not meant to be called directly.")

View file

@ -319,6 +319,7 @@ PARTITION_UIDS = {
'BC13C2FF-59E6-4262-A352-B275FD6F7172': {'OS': 'Freedesktop', 'Description': 'Extended Boot Partition ($BOOT)'},
}
if __name__ == '__main__':
print("This file is not meant to be called directly.")

View file

@ -198,6 +198,7 @@ RST_SOURCES = {
'SetupRST_16.8.exe': 'https://downloadmirror.intel.com/28400/eng/SetupRST.exe',
}
if __name__ == '__main__':
print("This file is not meant to be called directly.")

View file

@ -52,6 +52,7 @@ TOOLS = {
'32': r'XMPlay\xmplay.exe'},
}
if __name__ == '__main__':
print("This file is not meant to be called directly.")

View file

@ -189,6 +189,7 @@ WINDOWS_BUILDS = {
'18305': ('10', None, '19H1', None, 'preview build'),
}
if __name__ == '__main__':
print("This file is not meant to be called directly.")