From f9db756c18723abcacd54ad0667f69babca4c695 Mon Sep 17 00:00:00 2001 From: schneefux Date: Mon, 6 Oct 2014 18:11:32 +0200 Subject: PEP8 style fixes in test.py and vocabcompiler.py --- client/test.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client/test.py') diff --git a/client/test.py b/client/test.py index 7f31f37..0034974 100644 --- a/client/test.py +++ b/client/test.py @@ -86,7 +86,8 @@ class TestMic(unittest.TestCase): class TestG2P(unittest.TestCase): def setUp(self): - self.g2pconverter = g2p.PhonetisaurusG2P(**g2p.PhonetisaurusG2P.get_config()) + self.g2pconverter = g2p.PhonetisaurusG2P( + **g2p.PhonetisaurusG2P.get_config()) self.words = ['GOOD', 'BAD', 'UGLY'] def testTranslateWord(self): -- cgit v1.3.1