60
60
def is_installed(self, installationDirectory=None):
64
61
if DirBasedPigment.is_installed(self, installationDirectory):
65
62
if os.path.isdir(os.path.join(self.type.publicBaseDir, self.attDirname, "metacity-1")):
72
67
return self.is_meat_activated()
74
69
def is_attachment_correct(self, attachmentIndex=None):