(self, executablePath)
| 212 | return None |
| 213 | |
| 214 | def getBundlePathFromExecutable(self, executablePath): |
| 215 | bundlePath = os.path.abspath(os.path.join( executablePath, "..")) |
| 216 | return bundlePath |
| 217 | |
| 218 | def readPList(self, plistPath): |
| 219 | self.logger.info("Reading plist at %s", plistPath) |