diff -r 0b936ff1bbb9 -r a2bc06a54d9d scripts/uninstall-debugclients.py --- a/scripts/uninstall-debugclients.py Sun Nov 06 11:22:39 2022 +0100 +++ b/scripts/uninstall-debugclients.py Mon Nov 07 17:19:58 2022 +0100 @@ -11,6 +11,7 @@ """ import contextlib +import getopt import os import shutil import sys @@ -90,8 +91,6 @@ @param argv the list of command line arguments. """ - import getopt - initGlobals() # Parse the command line.