Reorder imports.
authorThomas Mansencal <thomas.mansencal@gmail.com>
Thu, 15 Jan 2015 16:54:52 +0000 (17:54 +0100)
committerThomas Mansencal <thomas.mansencal@gmail.com>
Thu, 15 Jan 2015 16:54:52 +0000 (17:54 +0100)
aces_1.0.0/python/aces_ocio/createARRIColorSpaces.py
aces_1.0.0/python/aces_ocio/create_aces_config.py
aces_1.0.0/python/aces_ocio/generateLUT.py

index ad959d0..0c15318 100644 (file)
@@ -1,14 +1,13 @@
 #!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
-import math
 import array
+import math
 
 import aces_ocio.generateLUT as genlut
 from aces_ocio.util import ColorSpace, mat44FromMat33
 
 
-
 #
 # LogC to ACES
 #
index 72ac0d3..230fde4 100755 (executable)
@@ -39,6 +39,7 @@ brew uninstall -vd opencolorio
 brew install -vd opencolorio --with-python
 '''
 
+
 import math
 import numpy
 import os
index 0fd8c50..58777e5 100644 (file)
@@ -25,11 +25,12 @@ brew uninstall -vd opencolorio
 brew install -vd opencolorio --with-python
 '''
 
-import sys
-import os
 import array
+import os
+import sys
 
 import OpenImageIO as oiio
+
 from aces_ocio.process import Process