Reorder imports.
[OpenColorIO-Configs.git] / aces_1.0.0 / python / aces_ocio / create_aces_config.py
index d0bb606..230fde4 100755 (executable)
@@ -1,3 +1,6 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+
 '''
 usage from python
 
@@ -36,6 +39,7 @@ brew uninstall -vd opencolorio
 brew install -vd opencolorio --with-python
 '''
 
+
 import math
 import numpy
 import os