Reorder imports.
[OpenColorIO-Configs.git] / aces_1.0.0 / python / aces_ocio / createARRIColorSpaces.py
index 649c8d4..0c15318 100644 (file)
@@ -1,11 +1,13 @@
-import math
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+
 import array
+import math
 
 import aces_ocio.generateLUT as genlut
 from aces_ocio.util import ColorSpace, mat44FromMat33
 
 
-
 #
 # LogC to ACES
 #