Skip to content

Commit

Permalink
SHOT-4317: Update for 2024.2 (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
staceyoue authored Nov 8, 2023
1 parent c80dcfa commit e032978
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions plugins/Shotgun/vrShotgun.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# For Python2 integer division
from __future__ import division

import os

from PySide2 import QtCore, QtGui
try:
from PySide2 import QtCore, QtGui
except ModuleNotFoundError:
from PySide6 import QtCore, QtGui

import uiTools

import sgtk
Expand Down

0 comments on commit e032978

Please sign in to comment.