Reorder imports.
[OpenColorIO-Configs.git] / aces_1.0.0 / python / aces_ocio / generateLUT.py
index 9a2e3fc..58777e5 100644 (file)
@@ -1,3 +1,6 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+
 '''
 build instructions for osx for needed packages.
 
@@ -22,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