X-Git-Url: http://users.mur.at/ms/git/gitweb/?p=OpenColorIO-Configs.git;a=blobdiff_plain;f=aces_1.0.0%2Fpython%2Faces_ocio%2Fprocess.py;h=7660c15052f6fd012f779717d024af6f7099d75f;hp=76213c3006eecf0b5765999d57e144e3fac0a84a;hb=75d8749d3630921f8ced18c026cd3cf0d9af14b6;hpb=8a160c48f21fd063b5a59e702a9d5ffdaaefe3b3 diff --git a/aces_1.0.0/python/aces_ocio/process.py b/aces_1.0.0/python/aces_ocio/process.py index 76213c3..7660c15 100755 --- a/aces_1.0.0/python/aces_ocio/process.py +++ b/aces_1.0.0/python/aces_ocio/process.py @@ -10,6 +10,19 @@ import os import sys import traceback +__author__ = 'ACES Developers' +__copyright__ = 'Copyright (C) 2014 - 2015 - ACES Developers' +__license__ = '' +__maintainer__ = 'ACES Developers' +__email__ = 'aces@oscars.org' +__status__ = 'Production' + +__all__ = ['readText', + 'writeText', + 'Process', + 'ProcessList', + 'main'] + def readText(textFile): if (textFile != ""):