Add main module attributes.
[OpenColorIO-Configs.git] / aces_1.0.0 / python / aces_ocio / process.py
index 76213c3..7660c15 100755 (executable)
@@ -10,6 +10,19 @@ import os
 import sys\r
 import traceback\r
 \r
+__author__ = 'ACES Developers'\r
+__copyright__ = 'Copyright (C) 2014 - 2015 - ACES Developers'\r
+__license__ = ''\r
+__maintainer__ = 'ACES Developers'\r
+__email__ = 'aces@oscars.org'\r
+__status__ = 'Production'\r
+\r
+__all__ = ['readText',\r
+           'writeText',\r
+           'Process',\r
+           'ProcessList',\r
+           'main']\r
+\r
 \r
 def readText(textFile):\r
     if (textFile != ""):\r