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