Updated to ACES 1.0.1
[OpenColorIO-Configs.git] / aces_1.0.1 / python / aces_ocio / colorspaces / __init__.py
diff --git a/aces_1.0.1/python/aces_ocio/colorspaces/__init__.py b/aces_1.0.1/python/aces_ocio/colorspaces/__init__.py
new file mode 100644 (file)
index 0000000..b76e24e
--- /dev/null
@@ -0,0 +1,20 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+
+import aces
+import arri
+import canon
+import general
+import gopro
+import panasonic
+import red
+import sony
+
+__all__ = ['aces',
+           'arri',
+           'canon',
+           'general',
+           'gopro',
+           'panasonic',
+           'red',
+           'sony']