Remove unnecessary path cleanup

This commit is contained in:
Orsiris de Jong 2023-03-25 14:34:25 +01:00
parent f35bba49a3
commit 6459eb34f7

View file

@ -58,8 +58,6 @@ if not _NO_GUI:
sg.SetOptions(icon=OEM_ICON)
del sys.path[0]
# Nuitka compat, see https://stackoverflow.com/a/74540217
try:
# pylint: disable=W0611 (unused-import)