Update package directory structure.
[OpenColorIO-Configs.git] / aces_1.0.0 / python / bin / create_aces_config
index b59fa39..8a1a10a 100755 (executable)
@@ -5,12 +5,14 @@
 Creates the *ACES* configuration.
 """
 
+from __future__ import division
+
 import os
 import sys
 
 sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
 
-from aces_ocio.create_aces_config import main
+from aces_ocio.aces_config import main
 
 __author__ = 'ACES Developers'
 __copyright__ = 'Copyright (C) 2014 - 2015 - ACES Developers'