scripts/uninstall-debugclients.py

branch
eric7
changeset 9482
a2bc06a54d9d
parent 9328
49a0a9cb2505
child 9653
e67609152c5e
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.

eric ide

mercurial