diff --git a/build-assets-from-freelex.py b/build-assets-from-freelex.py index af1d44f..bd10a5d 100644 --- a/build-assets-from-freelex.py +++ b/build-assets-from-freelex.py @@ -6,7 +6,6 @@ from optparse import OptionParser import freelex -from log import print_run_msg parser = OptionParser() parser.add_option("-c", action="store_true", dest="cleanup", diff --git a/build-assets-from-signbank.py b/build-assets-from-signbank.py index 335ddcb..8158e55 100644 --- a/build-assets-from-signbank.py +++ b/build-assets-from-signbank.py @@ -5,7 +5,6 @@ import image_processing import signbank -from log import print_run_msg parser = OptionParser() parser.add_option("-c", action="store_true", dest="cleanup", diff --git a/freelex.py b/freelex.py index d7ca873..aa22f4a 100644 --- a/freelex.py +++ b/freelex.py @@ -1,8 +1,6 @@ -import sys import os import urllib.parse import urllib.request -import xml.etree.ElementTree as ET import shutil import sqlite3 @@ -104,4 +102,3 @@ def normalise(s): .replace("ī", "i") .replace("ō", "o") .replace("ū", "u")) -