Example #1
0
def clearMediaCache():
    if Dialog().yesno(30033):
        cleanDebris()
        notify(30301)
Example #2
0
 def __init__(self, *args):
     super(_Base2, self).__init__(*args)
     cleanDebris()
def clearMediaCache():
    if Dialog().yesno(30033):
        cleanDebris()
        notify(30301)
 def __init__(self, *args):
     super(_Base2, self).__init__(*args)
     cleanDebris()