# -*- coding: utf-8 -*-
from setuphelpers import *

uninstallkey = []

def install():
    print('Disable Notify User')
    inifile_writestring(WAPT.config_filename,'global','notify_user',0)