From 3b31f19101c94b4bb77b9edb1eabbc86142cfe11 Mon Sep 17 00:00:00 2001 From: trondtynnol Date: Wed, 10 Apr 2024 21:40:53 +0200 Subject: [PATCH] Import sys --- dicts/scripts/merge_giella_dicts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dicts/scripts/merge_giella_dicts.py b/dicts/scripts/merge_giella_dicts.py index 2c0dfa85..adab0637 100644 --- a/dicts/scripts/merge_giella_dicts.py +++ b/dicts/scripts/merge_giella_dicts.py @@ -7,6 +7,7 @@ This script can also be imported from python code, see the comment in the file. """ +import sys import xml.etree.ElementTree as ET from pathlib import Path