File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
python/IECoreRenderManTest Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 3434#
3535##########################################################################
3636
37- print ( "importing native modules" )
37+ print ( "importing native modules" , flush = True )
3838
3939import math
4040import os
4141import time
4242import unittest
4343
44- print ( "importing imath" )
44+ print ( "importing imath" , flush = True )
4545
4646import imath
4747
48- print ( "importing openimageio" )
48+ print ( "importing openimageio" , flush = True )
4949
5050import OpenImageIO
5151
52- print ( "importing cortex" )
52+ print ( "importing cortex" , flush = True )
5353
5454import IECore
5555import IECoreImage
5656import IECoreScene
5757
58- print ( "importing IECoreRenderMan" )
58+ print ( "importing IECoreRenderMan" , flush = True )
5959
6060import IECoreRenderMan
6161
62- print ( "importing IECoreRenderManTest" )
62+ print ( "importing IECoreRenderManTest" , flush = True )
6363
6464import IECoreRenderManTest
6565
66- print ( "importing Gaffer bits" )
66+ print ( "importing Gaffer bits" , flush = True )
6767
6868import GafferTest
6969import GafferScene
You can’t perform that action at this time.
0 commit comments