scripts/uninstall.py

branch
eric7
changeset 8318
962bce857696
parent 8314
e3642a6a1e71
child 8339
75908476226e
equal deleted inserted replaced
8316:0c7a44af84bc 8318:962bce857696
348 def removeConfigurationData(): 348 def removeConfigurationData():
349 """ 349 """
350 Remove the eric configuration directory. 350 Remove the eric configuration directory.
351 """ 351 """
352 try: 352 try:
353 from PyQt5.QtCore import QSettings 353 from PyQt6.QtCore import QSettings
354 except ImportError: 354 except ImportError:
355 print("No PyQt variant installed. The configuration directory") 355 print("No PyQt variant installed. The configuration directory")
356 print("cannot be determined. You have to remove it manually.\n") 356 print("cannot be determined. You have to remove it manually.\n")
357 return 357 return
358 358

eric ide

mercurial