src/eric7/SystemUtilities/QtUtilities.py

branch
eric7
changeset 10496
f9925e08dbce
parent 10439
21c28b0f9e41
child 10737
9600492ebfa7
--- a/src/eric7/SystemUtilities/QtUtilities.py	Thu Jan 11 22:13:39 2024 +0100
+++ b/src/eric7/SystemUtilities/QtUtilities.py	Fri Jan 12 12:08:29 2024 +0100
@@ -8,7 +8,6 @@
 """
 
 import contextlib
-import functools
 import os
 import sys
 import sysconfig
@@ -379,7 +378,6 @@
         return toolname
 
 
-@functools.lru_cache()
 def checkPyside(variant=2):
     """
     Module function to check the presence of PySide2/PySide6.

eric ide

mercurial