Implement __future__ division support.
[OpenColorIO-Configs.git] / aces_1.0.0 / python / aces_ocio / create_aces_config.py
index 96382e0..7c43a68 100755 (executable)
@@ -5,6 +5,8 @@
 Defines objects creating the *ACES* configuration.
 """
 
+from __future__ import division
+
 import os
 import sys