X-Git-Url: http://users.mur.at/ms/git/gitweb/?a=blobdiff_plain;f=aces_1.0.0%2Fpython%2Fbin%2Fcreate_aces_config;h=8a1a10a7d9bcf8351ea1a15b7467550959c1fc2f;hb=9404c06b163b18672794ced12638b6063fc2b8dd;hp=b59fa39b7b98546dd33bfcdb2cecd8dfab60228e;hpb=e4267330034323ce04c3a3ce813cfee42482eb22;p=OpenColorIO-Configs.git diff --git a/aces_1.0.0/python/bin/create_aces_config b/aces_1.0.0/python/bin/create_aces_config index b59fa39..8a1a10a 100755 --- a/aces_1.0.0/python/bin/create_aces_config +++ b/aces_1.0.0/python/bin/create_aces_config @@ -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'