61
61
def is_installed(self, installationDirectory=None):
65
62
if DirBasedPigment.is_installed(self, installationDirectory):
66
63
if os.path.exists(os.path.join(self.type.publicBaseDir,self.attDirname, "gtk-2.0")):
73
68
return self.is_meat_activated()
75
70
def is_attachment_correct(self, attachmentIndex=None):