Skip to content

Commit

Permalink
Remove extraneous import of sip. Fixes #22.
Browse files Browse the repository at this point in the history
(Internal change: 1646517)
  • Loading branch information
c64kernal authored and pixar-oss committed Aug 26, 2016
1 parent b9e43df commit a165fdc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pxr/usdImaging/lib/usdviewq/mainWindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -1280,7 +1280,6 @@ def _configureRenderGraphPlugins(self):

# Topology-dependent UI changes
def _reloadVaryingUI(self):
import sip

# We must call ReloadStage() before _clearCaches() to avoid a crash in
# the case when we have reopened the stage. The problem is when the
Expand Down

0 comments on commit a165fdc

Please sign in to comment.