added missing import

This commit is contained in:
iLLiCiTiT 2021-07-08 11:03:48 +02:00
parent d0e9080b3b
commit 73bb892ac3

View file

@ -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