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=0500b411c0adf81d83e75eb2f8714546fc89ad1c;hp=8a1a10a7d9bcf8351ea1a15b7467550959c1fc2f;hb=742fd99417610892e0408e6f9d93aefff57dcd08;hpb=50829d8f34912ccb4e97fa13818a79d7fdde15a7 diff --git a/aces_1.0.0/python/bin/create_aces_config b/aces_1.0.0/python/bin/create_aces_config index 8a1a10a..0500b41 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.aces_config import main +from aces_ocio.config import main __author__ = 'ACES Developers' __copyright__ = 'Copyright (C) 2014 - 2015 - ACES Developers'