unittest.skipIf( not os.path.exists( os.environ.get( "OCIO", "" ) ), "Insufficient color specification. Linear -> Cineon conversion is not possible with an OCIO config" )
| 1 | ########################################################################## |
| 2 | # |
| 3 | # Copyright (c) 2007-2017, Image Engine Design Inc. All rights reserved. |
| 4 | # |
nothing calls this directly
no outgoing calls
no test coverage detected