X-Git-Url: http://users.mur.at/ms/git/gitweb/?a=blobdiff_plain;f=aces_1.0.0%2Fpython%2Faces_ocio%2Fprocess.py;h=bb8f199a9378bda4fc078bd1eaf2018b033bf7f2;hb=9404c06b163b18672794ced12638b6063fc2b8dd;hp=062855e9fd1ef1681dfb602c133db45369403f70;hpb=334e8bd4d18f6b4ad0bd616638f349825e9610b8;p=OpenColorIO-Configs.git diff --git a/aces_1.0.0/python/aces_ocio/process.py b/aces_1.0.0/python/aces_ocio/process.py index 062855e..bb8f199 100755 --- a/aces_1.0.0/python/aces_ocio/process.py +++ b/aces_1.0.0/python/aces_ocio/process.py @@ -6,6 +6,8 @@ A process wrapper class that maintains the text output and execution status of a process or a list of other process wrappers which carry such data. """ +from __future__ import division + import os import sys import traceback