From 1c84f31520e9967250450b85225194eee5783cc0 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Mon, 8 Jun 2020 18:10:07 +0200 Subject: [PATCH] fix bad imports --- pype/modules/logging/gui/app.py | 2 +- pype/modules/logging/tray/logging_module.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pype/modules/logging/gui/app.py b/pype/modules/logging/gui/app.py index 19256af1a8..99b0b230a9 100644 --- a/pype/modules/logging/gui/app.py +++ b/pype/modules/logging/gui/app.py @@ -1,6 +1,6 @@ from Qt import QtWidgets, QtCore from .widgets import LogsWidget, OutputWidget -from pypeapp import style +from avalon import style class LogsWindow(QtWidgets.QWidget): diff --git a/pype/modules/logging/tray/logging_module.py b/pype/modules/logging/tray/logging_module.py index 15bec1aad5..087a51f322 100644 --- a/pype/modules/logging/tray/logging_module.py +++ b/pype/modules/logging/tray/logging_module.py @@ -1,4 +1,3 @@ -import os from Qt import QtWidgets from pype.api import Logger