From d8e79ba4db37e4fcd1fdddb5e5554a762f97ed71 Mon Sep 17 00:00:00 2001 From: schneefux Date: Wed, 8 Oct 2014 19:59:46 +0200 Subject: Reorder imports --- client/g2p.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/g2p.py b/client/g2p.py index a2b3982..ec0b025 100644 --- a/client/g2p.py +++ b/client/g2p.py @@ -5,9 +5,10 @@ import subprocess import tempfile import logging +import yaml + import diagnose import jasperpath -import yaml class PhonetisaurusG2P(object): -- cgit v1.3.1