X-Git-Url: http://users.mur.at/ms/git/gitweb/?p=OpenColorIO-Configs.git;a=blobdiff_plain;f=aces_1.0.0%2Fpython%2Faces_ocio%2Fcolorspaces%2Faces.py;h=cf02f5ca31a87aa9e169ce24cebc2564540f5c8a;hp=cd82d134a8bbe74c38ea65106618213c13a37f6d;hb=742fd99417610892e0408e6f9d93aefff57dcd08;hpb=50829d8f34912ccb4e97fa13818a79d7fdde15a7 diff --git a/aces_1.0.0/python/aces_ocio/colorspaces/aces.py b/aces_1.0.0/python/aces_ocio/colorspaces/aces.py index cd82d13..cf02f5c 100644 --- a/aces_1.0.0/python/aces_ocio/colorspaces/aces.py +++ b/aces_1.0.0/python/aces_ocio/colorspaces/aces.py @@ -16,7 +16,7 @@ import shutil import PyOpenColorIO as ocio -from aces_ocio.generate_lut import ( +from aces_ocio.lut import ( generate_1d_LUT_from_CTL, generate_3d_LUT_from_CTL, write_SPI_1d)