Skip to content

Commit

Permalink
Merge pull request #790 from mattyjams/pr/add_missing_sys_import_in_t…
Browse files Browse the repository at this point in the history
…estPxrUsdPreviewSurfaceDraw

add missing "import sys" to testPxrUsdPreviewSurfaceDraw test
  • Loading branch information
Krystian Ligenza authored Sep 22, 2020
2 parents 77ff438 + 37470a3 commit 4365cc6
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@
#

from maya import cmds
from maya.app.general.mayaIsVP2Capable import mayaIsVP2Capable

import os
import sys
import unittest
from maya.app.general.mayaIsVP2Capable import mayaIsVP2Capable


class testPxrUsdPreviewSurfaceDraw(unittest.TestCase):

Expand Down

0 comments on commit 4365cc6

Please sign in to comment.