diff --git a/openpype/tools/new_publisher/window.py b/openpype/tools/new_publisher/window.py index aeab40ccfa..d3e9839cdc 100644 --- a/openpype/tools/new_publisher/window.py +++ b/openpype/tools/new_publisher/window.py @@ -25,7 +25,7 @@ for path in [ ]: sys.path.append(path) -from Qt import QtWidgets, QtCore +from Qt import QtWidgets, QtCore, QtGui from openpype import style from control import PublisherController