From 260911fd344becaaf8e30e720ca37ce6e2fe73b0 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Fri, 4 Dec 2020 14:38:48 +0100 Subject: [PATCH] put back import to not mess with changes --- pype/tools/tray/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pype/tools/tray/__main__.py b/pype/tools/tray/__main__.py index 84666720f0..a997e4302b 100644 --- a/pype/tools/tray/__main__.py +++ b/pype/tools/tray/__main__.py @@ -1,7 +1,7 @@ import os import sys -import pype_tray +from . import pype_tray app = pype_tray.PypeTrayApplication() if os.name == "nt":