From af7c4e90df5f4d1a616e6fd728ee3428b69be155 Mon Sep 17 00:00:00 2001 From: Liezl P Date: Thu, 22 Oct 2020 23:09:42 -1000 Subject: [PATCH] Add missing sys import to import_voxforge.py --- bin/import_voxforge.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/import_voxforge.py b/bin/import_voxforge.py index 16195a8e..cae5f744 100755 --- a/bin/import_voxforge.py +++ b/bin/import_voxforge.py @@ -2,6 +2,7 @@ import codecs import os import re +import sys import tarfile import threading import unicodedata