new updating scheme, based on GH downloads; also, check if not updateable (pip installed)
This commit is contained in:
parent
4c1d273e88
commit
5a304a7637
2 changed files with 47 additions and 20 deletions
|
@ -7,6 +7,7 @@
|
|||
import sys
|
||||
|
||||
if __package__ is None and not hasattr(sys, "frozen"):
|
||||
# direct call of __main__.py
|
||||
import os.path
|
||||
sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue