(self)
| 142 | return os.path.join(os.path.dirname(__file__), "cin") |
| 143 | |
| 144 | def getJsonDir(self): |
| 145 | return os.path.join(os.path.dirname(__file__), "json") |
| 146 | |
| 147 | def getDefaultConfigDir(self): |
| 148 | return os.path.abspath(os.path.join(os.path.dirname(__file__), os.path.pardir, "input_methods", self.imeDirName, "config")) |