Implement __future__ division support.
[OpenColorIO-Configs.git] / aces_1.0.0 / python / bin / tests_aces_config
index 6fe08ed..190c40f 100755 (executable)
@@ -5,6 +5,8 @@
 Tests the *ACES* configuration.
 """
 
+from __future__ import division
+
 import os
 import unittest
 import sys