Skip to content

Commit 051ddef

Browse files
committed
flush
1 parent 8a4f82b commit 051ddef

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

python/IECoreRenderManTest/RendererTest.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,36 +34,36 @@
3434
#
3535
##########################################################################
3636

37-
print( "importing native modules" )
37+
print( "importing native modules", flush = True )
3838

3939
import math
4040
import os
4141
import time
4242
import unittest
4343

44-
print( "importing imath" )
44+
print( "importing imath", flush = True )
4545

4646
import imath
4747

48-
print( "importing openimageio" )
48+
print( "importing openimageio", flush = True )
4949

5050
import OpenImageIO
5151

52-
print( "importing cortex" )
52+
print( "importing cortex", flush = True )
5353

5454
import IECore
5555
import IECoreImage
5656
import IECoreScene
5757

58-
print( "importing IECoreRenderMan" )
58+
print( "importing IECoreRenderMan", flush = True )
5959

6060
import IECoreRenderMan
6161

62-
print( "importing IECoreRenderManTest" )
62+
print( "importing IECoreRenderManTest", flush = True )
6363

6464
import IECoreRenderManTest
6565

66-
print( "importing Gaffer bits" )
66+
print( "importing Gaffer bits", flush = True )
6767

6868
import GafferTest
6969
import GafferScene

0 commit comments

Comments
 (0)