fix import in __main__

This commit is contained in:
iLLiCiTiT 2020-12-04 13:04:48 +01:00
parent 443cb5c795
commit 604968d0b3

View file

@ -1,7 +1,7 @@
import os
import sys
from . import pype_tray
import pype_tray
app = pype_tray.PypeTrayApplication()
if os.name == "nt":