Added sys.path trickery to make imports work again when executing out of Pycharm.

This commit is contained in:
pablo 2021-01-09 17:48:24 +01:00
parent 3740ab2ada
commit c7ddbb035f

View file

@ -1,3 +1,6 @@
import sys
sys.path.append("..")
from time import sleep
import datetime