mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
added missing import
This commit is contained in:
parent
d0e9080b3b
commit
73bb892ac3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue