rebranding and replacing import statements

This commit is contained in:
erogol
2020-08-04 10:51:19 +02:00
parent 868efa90b9
commit f35504f187
77 changed files with 240 additions and 239 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import unittest
import os
from tests import get_tests_input_path
from TTS.tts.datasets.preprocess import common_voice
from mozilla_voice_tts.tts.datasets.preprocess import common_voice
class TestPreprocessors(unittest.TestCase):