Bugfix: launchers.py

This commit is contained in:
2Shirt 2018-11-26 19:13:00 -07:00
parent c42c764789
commit 83dda97ff6
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

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