1
0
Fork 0

[cleanup] Misc

Closes #5471, Closes #5312

Authored by: pukkandan, Alienmaster
This commit is contained in:
Robert Geislinger 2022-11-11 08:43:08 +05:30 committed by pukkandan
commit 7aaf4cd2a8
No known key found for this signature in database
GPG key ID: 7EEE9E1E817D0A39
8 changed files with 19 additions and 19 deletions

View file

@ -5,7 +5,7 @@
import sys
if __package__ is None and not hasattr(sys, 'frozen'):
if __package__ is None and not getattr(sys, 'frozen', False):
# direct call of __main__.py
import os.path
path = os.path.realpath(os.path.abspath(__file__))