mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
removed imports from avalon vendor and use sys modules
This commit is contained in:
parent
a8f2e0f7ec
commit
e5efaf842b
32 changed files with 63 additions and 59 deletions
|
|
@ -18,7 +18,7 @@ class CopyFile(api.Loader):
|
|||
|
||||
@staticmethod
|
||||
def copy_file_to_clipboard(path):
|
||||
from avalon.vendor.Qt import QtCore, QtWidgets
|
||||
from Qt import QtCore, QtWidgets
|
||||
|
||||
clipboard = QtWidgets.QApplication.clipboard()
|
||||
assert clipboard, "Must have running QApplication instance"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue