Exemple #1
0
 def get_filesystem(self):
     if self.locationIsUser:
         return tts.get_default_fs()
     return tts.filesystem.FileSystem(tts_install_path=self.TTSLocation)
Exemple #2
0
 def get_filesystem(self):
   if self.locationIsUser:
     return tts.get_default_fs()
   return tts.filesystem.FileSystem(tts_install_path=self.TTSLocation)
Exemple #3
0
 def reload_filesystem(self):
     if self.preferences.locationIsUser:
         self.filesystem = tts.get_default_fs()
     else:
         self.filesystem = tts.filesystem.FileSystem(
             tts_install_path=self.preferences.TTSLocation)
Exemple #4
0
 def reload_filesystem(self):
     if self.preferences.locationIsUser:
         self.filesystem = tts.get_default_fs()
     else:
         self.filesystem = tts.filesystem.FileSystem(tts_install_path=self.preferences.TTSLocation)