Scripts: Fix uichanges script

Amends 394bfb508f.

Change-Id: I6e933f8bc18298b81b99a716e734d84fbd2b7528
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Christian Stenger
2022-02-24 14:01:59 +01:00
parent 86f1864d3c
commit 5ce07a2345

View File

@@ -37,6 +37,7 @@ Usage:
""" """
import os, sys, string import os, sys, string
import platform
import subprocess import subprocess
from xml.sax import saxutils, handler, make_parser from xml.sax import saxutils, handler, make_parser